CadObjectParameterValue.parent Property

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

Description

Get the parameter object that the value is associated with.

Syntax

"cadObjectParameterValue_var" is a variable referencing a CadObjectParameterValue object.

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

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

Property Value

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

Version

Introduced in version April 2023