CAMTemplate.description Property
Parent Object:
CAMTemplateDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplate.h>
Description
Gets and sets the description of the template.
Syntax
"cAMTemplate_var" is a variable referencing a CAMTemplate object.
# Get the value of the property. propertyValue = cAMTemplate_var.description
# Set the value of the property. cAMTemplate_var.description = propertyValue
|
"cAMTemplate_var" is a variable referencing a CAMTemplate object.
#include <Cam/CAMTemplate/CAMTemplate.h>
// Get the value of the property. string propertyValue = cAMTemplate_var->description();
// Set the value of the property, where value_var is a string. bool returnValue = cAMTemplate_var->description(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version April 2023