Method StartToolPath
StartToolPath(ElementId)
Gets the tool path table columns of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<string> StartToolPath(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the Cam operation to analyze. |
Returns
| Type | Description |
|---|---|
| List<string> | Tool path table columns found or null if no tool path is available. |