Method IsShortcut
IsShortcut(ElementId)
Tells whether an entity is a shortcut.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsShortcut(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the entity to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The entity is a shortcut. |
Remarks
This method is available since v7.12.