Interface IIfcAddress
Readonly interface for IfcAddress
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcAddress : IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
OfOrganization
Declaration
IEnumerable<IIfcOrganization> OfOrganization { get; }
Property Value
|
Improve this Doc
View Source
OfPerson
Declaration
IEnumerable<IIfcPerson> OfPerson { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcPerson> |
|
|
Improve this Doc
View Source
Purpose
Declaration
IfcAddressTypeEnum? Purpose { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedPurpose
Declaration
IfcLabel? UserDefinedPurpose { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|