CAMTemplate.isHoleTemplate Property

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

Description

Whether or not this is a hole template

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.

# Get the value of the property.
propertyValue = cAMTemplate_var.isHoleTemplate
"cAMTemplate_var" is a variable referencing a CAMTemplate object.
#include <Cam/CAMTemplate/CAMTemplate.h>

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

Property Value

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

Version

Introduced in version April 2023