Method HasSystemName
HasSystemName(ElementId)
Tells whether an element has a system name.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool HasSystemName(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the element has a system name. |
Remarks
System names start with '$' and are translated before being exposed to the user.
This method is available since v7.6.