Class IfcDimensionalExponents
Inheritance
System.Object
IfcDimensionalExponents
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcDimensionalExponents", 303)]
public class IfcDimensionalExponents : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcDimensionalExponents, IPersistEntity, IPersist, IEquatable<IfcDimensionalExponents>
Properties
|
Improve this Doc
View Source
AmountOfSubstanceExponent
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public long AmountOfSubstanceExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ElectricCurrentExponent
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public long ElectricCurrentExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LengthExponent
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public long LengthExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LuminousIntensityExponent
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public long LuminousIntensityExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MassExponent
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public long MassExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ThermodynamicTemperatureExponent
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public long ThermodynamicTemperatureExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TimeExponent
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public long TimeExponent { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
Equals(IfcDimensionalExponents)
Declaration
public bool Equals(IfcDimensionalExponents other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Initialise(XbimDimensionalExponents)
Declaration
public void Initialise(XbimDimensionalExponents exponent)
Parameters
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcDimensionalExponents.AmountOfSubstanceExponent
Declaration
long IIfcDimensionalExponents.AmountOfSubstanceExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.ElectricCurrentExponent
Declaration
long IIfcDimensionalExponents.ElectricCurrentExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.LengthExponent
Declaration
long IIfcDimensionalExponents.LengthExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.LuminousIntensityExponent
Declaration
long IIfcDimensionalExponents.LuminousIntensityExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.MassExponent
Declaration
long IIfcDimensionalExponents.MassExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.ThermodynamicTemperatureExponent
Declaration
long IIfcDimensionalExponents.ThermodynamicTemperatureExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IIfcDimensionalExponents.TimeExponent
Declaration
long IIfcDimensionalExponents.TimeExponent { get; set; }
Returns
Type |
Description |
System.Int64 |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>