CAMTemplate.isValidTemplate Property

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

Description

Whether or not this template is in an appropriate state to be used. This means it has operations and, for hole templates, has an appropriate hole signature.

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.

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

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

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version May 2026