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.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcDocumentInformation : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, 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
    IfcDateTime? CreationTime { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    Description

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

    DocumentInfoForObjects

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

    DocumentOwner

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

    Editors

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

    ElectronicFormat

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

    HasDocumentReferences

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

    Identification

    Declaration
    IfcIdentifier Identification { get; set; }
    Property Value
    Type Description
    IfcIdentifier
    | 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
    IfcDateTime? LastRevisionTime { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    Location

    Declaration
    IfcURIReference? Location { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcURIReference>
    | 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
    IfcDate? ValidFrom { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    ValidUntil

    Declaration
    IfcDate? ValidUntil { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDate>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim