Share

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

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?