Method EndToolPath
EndToolPath(ElementId)
Ends the scan of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void EndToolPath(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the Cam operation to analyze. |
Remarks
The use of this method is optionnal. Its only target is to free memory. If not called, the memory will be also freed, of course, but only when the application exits.