Method GetDescription
GetDescription(ElementId)
Gets the description of an element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
string GetDescription(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| string | Description of the element, or null if the element has no description. |
Remarks
This method is available since v7.6.