Class IfcSite
Inheritance
System.Object
IfcSite
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcSpatialElement>
System.IEquatable<IfcSpatialStructureElement>
System.IEquatable<IfcSite>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.ProductExtension
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcSite", 349)]
public class IfcSite : IfcSpatialStructureElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IEquatable<IfcSpatialElement>, IEquatable<IfcSpatialStructureElement>, IExpressValidatable, IInstantiableEntity, IIfcSite, IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcSite>
Properties
| Improve this Doc View SourceBuildings
Returns all buildings at the highest level of spatial structural decomposition (i.e. root buildings for this site)
Declaration
public IEnumerable<IIfcBuilding> Buildings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcBuilding> |
FootPrintRepresentation
Declaration
public IfcShapeRepresentation FootPrintRepresentation { get; }
Property Value
Type | Description |
---|---|
IfcShapeRepresentation |
LandTitleNumber
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 28)]
public IfcLabel? LandTitleNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
RefElevation
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 27)]
public IfcLengthMeasure? RefElevation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
RefLatitude
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 25)]
public IfcCompoundPlaneAngleMeasure? RefLatitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCompoundPlaneAngleMeasure> |
RefLongitude
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 26)]
public IfcCompoundPlaneAngleMeasure? RefLongitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCompoundPlaneAngleMeasure> |
SiteAddress
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 29)]
public IfcPostalAddress SiteAddress { get; set; }
Property Value
Type | Description |
---|---|
IfcPostalAddress |
Spaces
Declaration
public IEnumerable<IfcSpace> Spaces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcSpace> |
Methods
| Improve this Doc View SourceAddBuilding(IfcBuilding)
Declaration
public void AddBuilding(IfcBuilding building)
Parameters
Type | Name | Description |
---|---|---|
IfcBuilding | building |
AddSite(IfcSite)
Declaration
public void AddSite(IfcSite subSite)
Parameters
Type | Name | Description |
---|---|---|
IfcSite | subSite |
Equals(IfcSite)
Declaration
public bool Equals(IfcSite other)
Parameters
Type | Name | Description |
---|---|---|
IfcSite | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcSite.LandTitleNumber
Declaration
IfcLabel? IIfcSite.LandTitleNumber { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcSite.RefElevation
Declaration
IfcLengthMeasure? IIfcSite.RefElevation { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcSite.RefLatitude
Declaration
IfcCompoundPlaneAngleMeasure? IIfcSite.RefLatitude { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCompoundPlaneAngleMeasure> |
IIfcSite.RefLongitude
Declaration
IfcCompoundPlaneAngleMeasure? IIfcSite.RefLongitude { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCompoundPlaneAngleMeasure> |
IIfcSite.SiteAddress
Declaration
IIfcPostalAddress IIfcSite.SiteAddress { get; set; }
Returns
Type | Description |
---|---|
IIfcPostalAddress |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>