Class UnitExtensions
Inheritance
System.Object
UnitExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.MeasureResource
Assembly: Xbim.Ifc2x3.dll
Syntax
public static class UnitExtensions
Methods
| Improve this Doc View SourceName(IfcUnit)
Get the full name of the IfcUnit
Declaration
public static string Name(this IfcUnit ifcUnit)
Parameters
Type | Name | Description |
---|---|---|
IfcUnit | ifcUnit |
Returns
Type | Description |
---|---|
System.String | string holding full name |
Symbol(IfcUnit)
Get the symbol of the IfcUnit
Declaration
public static string Symbol(this IfcUnit ifcUnit)
Parameters
Type | Name | Description |
---|---|---|
IfcUnit | ifcUnit |
Returns
Type | Description |
---|---|
System.String | string holding symbol |