Search Results for

    Show / Hide Table of Contents

    Interface IIfcApproval

    Readonly interface for IfcApproval

    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 IIfcApproval : IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ApprovedObjects

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

    ApprovedResources

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

    Description

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

    GivingApproval

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

    HasExternalReferences

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

    Identifier

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

    IsRelatedWith

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

    Level

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

    Name

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

    Qualifier

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

    Relates

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

    RequestingApproval

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

    Status

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

    TimeOfApproval

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