Interface IIfcMeasureWithUnit
Readonly interface for IfcMeasureWithUnit
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcMeasureWithUnit : IPersistEntity, IfcAppliedValueSelect, IIfcAppliedValueSelect, IfcConditionCriterionSelect, IIfcConditionCriterionSelect, IfcMetricValueSelect, IIfcMetricValueSelect, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
UnitComponent
Declaration
IIfcUnit UnitComponent { get; set; }
Property Value
|
Improve this Doc
View Source
ValueComponent
Declaration
IIfcValue ValueComponent { get; set; }
Property Value