Search Results for

    Show / Hide Table of Contents

    Interface IIfcDocumentInformation

    Readonly interface for IfcDocumentInformation

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcDocumentInformation : IfcDocumentSelect, IIfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Confidentiality

    Declaration
    IfcDocumentConfidentialityEnum? Confidentiality { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDocumentConfidentialityEnum>
    | Improve this Doc View Source

    CreationTime

    Declaration
    IIfcDateAndTime CreationTime { get; set; }
    Property Value
    Type Description
    IIfcDateAndTime
    | Improve this Doc View Source

    Description

    Declaration
    IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    DocumentId

    Declaration
    IfcIdentifier DocumentId { get; set; }
    Property Value
    Type Description
    IfcIdentifier
    | Improve this Doc View Source

    DocumentOwner

    Declaration
    IIfcActorSelect DocumentOwner { get; set; }
    Property Value
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    DocumentReferences

    Declaration
    IItemSet<IIfcDocumentReference> DocumentReferences { get; }
    Property Value
    Type Description
    IItemSet<IIfcDocumentReference>
    | Improve this Doc View Source

    Editors

    Declaration
    IItemSet<IIfcActorSelect> Editors { get; }
    Property Value
    Type Description
    IItemSet<IIfcActorSelect>
    | Improve this Doc View Source

    ElectronicFormat

    Declaration
    IIfcDocumentElectronicFormat ElectronicFormat { get; set; }
    Property Value
    Type Description
    IIfcDocumentElectronicFormat
    | Improve this Doc View Source

    IntendedUse

    Declaration
    IfcText? IntendedUse { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IsPointedTo

    Declaration
    IEnumerable<IIfcDocumentInformationRelationship> IsPointedTo { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcDocumentInformationRelationship>
    | Improve this Doc View Source

    IsPointer

    Declaration
    IEnumerable<IIfcDocumentInformationRelationship> IsPointer { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcDocumentInformationRelationship>
    | Improve this Doc View Source

    LastRevisionTime

    Declaration
    IIfcDateAndTime LastRevisionTime { get; set; }
    Property Value
    Type Description
    IIfcDateAndTime
    | Improve this Doc View Source

    Name

    Declaration
    IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    Purpose

    Declaration
    IfcText? Purpose { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    Revision

    Declaration
    IfcLabel? Revision { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    Scope

    Declaration
    IfcText? Scope { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    Status

    Declaration
    IfcDocumentStatusEnum? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDocumentStatusEnum>
    | Improve this Doc View Source

    ValidFrom

    Declaration
    IIfcCalendarDate ValidFrom { get; set; }
    Property Value
    Type Description
    IIfcCalendarDate
    | Improve this Doc View Source

    ValidUntil

    Declaration
    IIfcCalendarDate ValidUntil { get; set; }
    Property Value
    Type Description
    IIfcCalendarDate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim