Search Results for

    Show / Hide Table of Contents

    Interface IIfcReference

    Readonly interface for IfcReference

    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 IIfcReference : IPersistEntity, IfcAppliedValueSelect, IIfcAppliedValueSelect, IfcMetricValueSelect, IIfcMetricValueSelect, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    AttributeIdentifier

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

    InnerReference

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

    InstanceName

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

    ListPositions

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

    TypeIdentifier

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