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