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