Class IfcSIUnit
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcNamedUnit>
System.IEquatable<IfcSIUnit>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.MeasureResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcSIUnit", 164)]
public class IfcSIUnit : IfcNamedUnit, INotifyPropertyChanged, IEquatable<IfcNamedUnit>, IExpressValidatable, IIfcSIUnit, IIfcNamedUnit, IfcUnit, IInstantiableEntity, IIfcSIUnit, IIfcNamedUnit, IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcSIUnit>
Properties
| Improve this Doc View SourceDimensions
Declaration
[EntityAttribute(1, EntityAttributeState.DerivedOverride, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
public override IfcDimensionalExponents Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IfcDimensionalExponents |
Overrides
| Improve this Doc View SourceFullName
Returns the full name of the unit
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String | string holding name |
Name
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 4)]
public IfcSIUnitName Name { get; set; }
Property Value
Type | Description |
---|---|
IfcSIUnitName |
Power
returns the power of the SIUnit prefix, i.e. MILLI = 0.001, if undefined returns 1.0
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
Prefix
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
public IfcSIPrefix? Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcSIPrefix> |
Symbol
Get Symbol string for SIUnit unit
Declaration
public string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String | String holding symbol |
Methods
| Improve this Doc View SourceEquals(IfcSIUnit)
Declaration
public bool Equals(IfcSIUnit other)
Parameters
Type | Name | Description |
---|---|---|
IfcSIUnit | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcSIUnit.Name
Declaration
IfcSIUnitName IIfcSIUnit.Name { get; set; }
Returns
Type | Description |
---|---|
IfcSIUnitName |
IIfcSIUnit.Prefix
Declaration
IfcSIPrefix? IIfcSIUnit.Prefix { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcSIPrefix> |
IIfcSIUnit.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcSIUnit), 4)]
IfcSIUnitName IIfcSIUnit.Name { get; set; }
Returns
Type | Description |
---|---|
IfcSIUnitName |
IIfcSIUnit.Prefix
Declaration
[CrossSchemaAttribute(typeof(IIfcSIUnit), 3)]
IfcSIPrefix? IIfcSIUnit.Prefix { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcSIPrefix> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>