GenerateToolpathFuture.operations Property

Parent Object: GenerateToolpathFuture
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/GenerateToolpathFuture.h>

Description

Returns a collection of all operations that need to be generated.

Syntax

"generateToolpathFuture_var" is a variable referencing a GenerateToolpathFuture object.

# Get the value of the property.
propertyValue = generateToolpathFuture_var.operations
"generateToolpathFuture_var" is a variable referencing a GenerateToolpathFuture object.
#include <Cam/CAM/GenerateToolpathFuture.h>

// Get the value of the property.
Ptr<Operations> propertyValue = generateToolpathFuture_var->operations();

Property Value

This is a read only property whose value is an Operations.

Version

Introduced in version January 2016