Method GetTypeFullName
GetTypeFullName(ElementId)
Gets the full name of the type of an element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
string GetTypeFullName(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| string | Full name of the type of the element. |
Remarks
This method is available since v7.6.