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