Search Results for

    Show / Hide Table of Contents

    Interface IIfcTelecomAddress

    Readonly interface for IfcTelecomAddress

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

    Properties

    | Improve this Doc View Source

    ElectronicMailAddresses

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

    FacsimileNumbers

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

    PagerNumber

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

    TelephoneNumbers

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

    WWWHomePageURL

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