Interface IIfcSite
Readonly interface for IfcSite
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSite : IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Buildings
Declaration
IEnumerable<IIfcBuilding> Buildings { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcBuilding> |
|
|
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