Method IsMachineTool
IsMachineTool(ElementId)
Tells whether an element is a machine.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
bool IsMachineTool(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| bool | True if the element is a machine tool. |