Interface IIfcSite
Readonly interface for IfcSite
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSite : IIfcSpatialStructureElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LandTitleNumber
Declaration
IfcLabel? LandTitleNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RefElevation
Declaration
IfcLengthMeasure? RefElevation { get; set; }
Property Value
|
Improve this Doc
View Source
RefLatitude
Declaration
IfcCompoundPlaneAngleMeasure? RefLatitude { get; set; }
Property Value
|
Improve this Doc
View Source
RefLongitude
Declaration
IfcCompoundPlaneAngleMeasure? RefLongitude { get; set; }
Property Value
|
Improve this Doc
View Source
SiteAddress
Declaration
IIfcPostalAddress SiteAddress { get; set; }
Property Value