Operation.operationId Property
Parent Object: OperationDefined in namespace "adsk::cam" and the header file is <Cam/Operations/Operation.h>
Description
Returns the id of the operation. This id is unique as compared to the ids of all other operations in the document. This id will not change when changing the order or parent of the operation. This id will remain valid when the document is saved and reloaded.
Syntax
"operation_var" is a variable referencing an Operation object.
|