Method IsRenamable
IsRenamable(ElementId)
Tells whether the name of an element may be modified.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool IsRenamable(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the name of the element may be modified. |
Remarks
This method is available since v7.6.