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