Interface IIfcTelecomAddress
Readonly interface for IfcTelecomAddress
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
|
Improve this Doc
View Source
FacsimileNumbers
Declaration
IItemSet<IfcLabel> FacsimileNumbers { get; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
WWWHomePageURL
Declaration
IfcLabel? WWWHomePageURL { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|