Search Results for

    Show / Hide Table of Contents

    Interface IIfcAddress

    Readonly interface for IfcAddress

    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 IIfcAddress : IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Description

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

    OfOrganization

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

    OfPerson

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

    Purpose

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

    UserDefinedPurpose

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