Interface IIfcDimensionalExponents
Readonly interface for IfcDimensionalExponents
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcDimensionalExponents : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AmountOfSubstanceExponent
Declaration
long AmountOfSubstanceExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ElectricCurrentExponent
Declaration
long ElectricCurrentExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LengthExponent
Declaration
long LengthExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LuminousIntensityExponent
Declaration
long LuminousIntensityExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MassExponent
Declaration
long MassExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ThermodynamicTemperatureExponent
Declaration
long ThermodynamicTemperatureExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TimeExponent
Declaration
long TimeExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|