CAMTemplate.isPrioritySet Property

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

Description

True if this template has been provided with a priority, false otherwise

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.
# Get the value of the property.
propertyValue = cAMTemplate_var.isPrioritySet

# Set the value of the property.
cAMTemplate_var.isPrioritySet = propertyValue
"cAMTemplate_var" Is a variable referencing a CAMTemplate Object.
#include <Cam/CAMTemplate/CAMTemplate.h>

// Get the value of the property.
boolean propertyValue = cAMTemplate_var->isPrioritySet();

// Set the value of the property, where value_var is a boolean.
bool returnValue = cAMTemplate_var->isPrioritySet(value_var);
"cAMTemplate_var" Is a variable referencing a CAMTemplate Object.
// Get the value of the property.
propertyValue = cAMTemplate_var.isPrioritySet;

// Set the value of the property.
cAMTemplate_var.isPrioritySet = propertyValue;

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2026