Interface IIfcElementQuantity
Readonly interface for IfcElementQuantity
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcElementQuantity : IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, 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