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