Interface IIfcCovering
Readonly interface for IfcCovering
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCovering : IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CoversElements
Declaration
IEnumerable<IIfcRelCoversBldgElements> CoversElements { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcRelCoversSpaces> CoversSpaces { get; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcCoveringTypeEnum? PredefinedType { get; set; }
Property Value