Interface IIfcPostalAddress
Readonly interface for IfcPostalAddress
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
|
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> |
|