CAMPattern.allOperations Property
Parent Object:
CAMPatternDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMPattern.h>
Description
Gets a collection containing all of the operations in this folder. This includes all operations nested in folders and patterns.
Syntax
"cAMPattern_var" is a variable referencing a CAMPattern object.
# Get the value of the property. propertyValue = cAMPattern_var.allOperations
|
"cAMPattern_var" is a variable referencing a CAMPattern object.
#include <Cam/CAM/CAMPattern.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = cAMPattern_var->allOperations();
|
Property Value
This is a read only property whose value is an
ObjectCollection.
Version
Introduced in version January 2016