CAMParameter.fullTitle Property

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

Description

Returns the full title of this parameter as seen in the user interface. This can potentially be more descriptive than the basic title. This title is localized and can change based on the current language.

Syntax

"cAMParameter_var" is a variable referencing a CAMParameter object.

# Get the value of the property.
propertyValue = cAMParameter_var.fullTitle
"cAMParameter_var" is a variable referencing a CAMParameter object.
#include <Cam/Operations/CAMParameter.h>

// Get the value of the property.
string propertyValue = cAMParameter_var->fullTitle();

Property Value

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

Version

Introduced in version September 2025