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