Class IfcBuildingStorey
Inheritance
System.Object
IfcBuildingStorey
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcSpatialStructureElement>
System.IEquatable<IfcBuildingStorey>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.ProductExtension
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcBuildingStorey", 459)]
public class IfcBuildingStorey : IfcSpatialStructureElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IEquatable<IfcSpatialStructureElement>, IExpressValidatable, IIfcBuildingStorey, IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IInstantiableEntity, IIfcBuildingStorey, IIfcSpatialStructureElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcBuildingStorey>
Properties
| Improve this Doc View SourceBuildingStoreys
Declaration
public IEnumerable<IIfcBuildingStorey> BuildingStoreys { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcBuildingStorey> |
Elevation
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
public IfcLengthMeasure? Elevation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
GrossFloorArea
Returns the Gross Floor Area, if the element base quantity GrossFloorArea is defined
Declaration
public IfcAreaMeasure? GrossFloorArea { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcAreaMeasure> |
Spaces
Returns all spaces that are sub-spaces of this storey
Declaration
public IEnumerable<IIfcSpace> Spaces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcSpace> |
TotalHeight
Declaration
public IfcLengthMeasure? TotalHeight { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcBuildingStorey)
Declaration
public bool Equals(IfcBuildingStorey other)
Parameters
Type | Name | Description |
---|---|---|
IfcBuildingStorey | 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> |
IIfcBuildingStorey.Elevation
Declaration
IfcLengthMeasure? IIfcBuildingStorey.Elevation { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcBuildingStorey.Elevation
Declaration
[CrossSchemaAttribute(typeof(IIfcBuildingStorey), 10)]
IfcLengthMeasure? IIfcBuildingStorey.Elevation { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcSpatialElement.ContainsElements
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> IIfcSpatialElement.ContainsElements { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelContainedInSpatialStructure> |
IIfcSpatialElement.LongName
Declaration
[CrossSchemaAttribute(typeof(IIfcBuildingStorey), 8)]
IfcLabel? IIfcSpatialElement.LongName { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcSpatialElement.ReferencesElements
Declaration
IEnumerable<IIfcRelReferencedInSpatialStructure> IIfcSpatialElement.ReferencesElements { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelReferencedInSpatialStructure> |
IIfcSpatialElement.ServicedBySystems
Declaration
IEnumerable<IIfcRelServicesBuildings> IIfcSpatialElement.ServicedBySystems { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelServicesBuildings> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>