Interface IIfcElementQuantity
Readonly interface for IfcElementQuantity
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcElementQuantity : IIfcQuantitySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IPersistEntity, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
MethodOfMeasurement
Declaration
IfcLabel? MethodOfMeasurement { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Quantities
Declaration
IItemSet<IIfcPhysicalQuantity> Quantities { get; }
Property Value