Interface IIfcSpatialElement
Readonly interface for IfcSpatialElement
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSpatialElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
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