Share

CAMTemplate.name Property

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

Description

Gets and sets the name of the template.

Syntax

"cAMTemplate_var" is a variable referencing a CAMTemplate object.

# Get the value of the property.
propertyValue = cAMTemplate_var.name

# Set the value of the property.
cAMTemplate_var.name = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?