Search Results for

    Show / Hide Table of Contents

    Interface IIfcPostalAddress

    Readonly interface for IfcPostalAddress

    Inherited Members
    IIfcAddress.Purpose
    IIfcAddress.Description
    IIfcAddress.UserDefinedPurpose
    IIfcAddress.OfPerson
    IIfcAddress.OfOrganization
    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 IIfcPostalAddress : IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    AddressLines

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

    Country

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

    InternalLocation

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

    PostalBox

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

    PostalCode

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

    Region

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

    Town

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