IntegerParameterValue.parent Property

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

Description

Get the parameter object that the value is associated with.

Syntax

"integerParameterValue_var" is a variable referencing an IntegerParameterValue object.

# Get the value of the property.
propertyValue = integerParameterValue_var.parent
"integerParameterValue_var" is a variable referencing an IntegerParameterValue object.
#include <Cam/Operations/IntegerParameterValue.h>

// Get the value of the property.
Ptr<Base> propertyValue = integerParameterValue_var->parent();

Property Value

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

Version

Introduced in version September 2021