StringParameterValue.objectType Property

Parent Object: StringParameterValue

Derived from: ParameterValue.objectType


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

Description

Returns a string indicating the type of the object.

Syntax

"stringParameterValue_var" is a variable referencing a StringParameterValue object.
# Get the value of the property.
propertyValue = stringParameterValue_var.objectType
"stringParameterValue_var" Is a variable referencing a StringParameterValue Object.
#include <Cam/Operations/StringParameterValue.h>

// Get the value of the property.
string propertyValue = stringParameterValue_var->objectType();
"stringParameterValue_var" Is a variable referencing a StringParameterValue Object.
// Get the value of the property.
propertyValue = stringParameterValue_var.objectType;

Property Value

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

Version

Introduced in version September 2021