Interface IIfcConversionBasedUnit
Readonly interface for IfcConversionBasedUnit
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcConversionBasedUnit : IIfcNamedUnit, IfcUnit, IIfcUnit, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ConversionFactor
Declaration
IIfcMeasureWithUnit ConversionFactor { get; set; }
Property Value
|
Improve this Doc
View Source
HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel Name { get; set; }
Property Value
Extension Methods