Method GetProperties
GetProperties(ElementId)
Gets the full names of the properties of an element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
List<string> GetProperties(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| List<string> | Full names of the element properties. |
Remarks
This method is available since v7.8.300.60.