Interface IIfcTelecomAddress
Readonly interface for IfcTelecomAddress
Assembly: Xbim.Ifc4.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
MessagingIDs
Declaration
IItemSet<IfcURIReference> MessagingIDs { 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
IfcURIReference? WWWHomePageURL { get; set; }
Property Value