Interface IIfcDerivedUnit
Readonly interface for IfcDerivedUnit
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcDerivedUnit : IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Dimensions
Declaration
XbimDimensionalExponents Dimensions { get; }
Property Value
|
Improve this Doc
View Source
Elements
Declaration
IItemSet<IIfcDerivedUnitElement> Elements { get; }
Property Value
|
Improve this Doc
View Source
UnitType
Declaration
IfcDerivedUnitEnum UnitType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedType
Declaration
IfcLabel? UserDefinedType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Extension Methods