Method GetPropertyRealUnit
GetPropertyRealUnit(ElementId, string, out UnitType, out string)
Gets the unit of an element real property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
void GetPropertyRealUnit(ElementId inElementId, string inFullName, out UnitType outUnitType, out string outUnitSymbol)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
| string | inFullName | Full name of the element real property to analyze. |
| UnitType | outUnitType | Unit type. |
| string | outUnitSymbol | Unit symbol in English. |
Remarks
This method is available since v7.8.300.60.