Interface IIfcConstructionResource
Readonly interface for IfcConstructionResource
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcConstructionResource : IIfcResource, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BaseQuantity
Declaration
IIfcMeasureWithUnit BaseQuantity { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceConsumption
Declaration
IfcResourceConsumptionEnum? ResourceConsumption { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceGroup
Declaration
IfcLabel? ResourceGroup { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ResourceIdentifier
Declaration
IfcIdentifier? ResourceIdentifier { get; set; }
Property Value