Interface IIfcSpatialStructureElement
Readonly interface for IfcSpatialStructureElement
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSpatialStructureElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CompositionType
Declaration
IfcElementCompositionEnum CompositionType { get; set; }
Property Value
|
Improve this Doc
View Source
ContainsElements
Declaration
IEnumerable<IIfcRelContainedInSpatialStructure> ContainsElements { get; }
Property Value
|
Improve this Doc
View Source
LongName
Declaration
IfcLabel? LongName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ReferencesElements
Declaration
IEnumerable<IIfcRelReferencedInSpatialStructure> ReferencesElements { get; }
Property Value
|
Improve this Doc
View Source
ServicedBySystems
Declaration
IEnumerable<IIfcRelServicesBuildings> ServicedBySystems { get; }
Property Value