Method GetRealUnit
GetRealUnit(ElementId, out UnitType, out string)
Gets the unit of a real parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void GetRealUnit(ElementId inElementId, out UnitType outUnitType, out string outUnitSymbol)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
| UnitType | outUnitType | Unit type. |
| string | outUnitSymbol | Unit symbol in English. |
Remarks
This method is available since v7.6.