ChoiceParameterValue.objectType Property

Parent Object: ChoiceParameterValue

Derived from: ParameterValue.objectType


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

Description

Returns a string indicating the type of the object.

Syntax

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

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

Property Value

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

Version

Introduced in version September 2021