BooleanParameterValue.parent Property
Parent Object:
BooleanParameterValueDefined in namespace "adsk::cam" and the header file is <Cam/Operations/BooleanParameterValue.h>
Description
Get the parameter object that the value is associated with.
Syntax
"booleanParameterValue_var" is a variable referencing a BooleanParameterValue object.
# Get the value of the property. propertyValue = booleanParameterValue_var.parent
|
"booleanParameterValue_var" is a variable referencing a BooleanParameterValue object.
#include <Cam/Operations/BooleanParameterValue.h>
// Get the value of the property. Ptr<Base> propertyValue = booleanParameterValue_var->parent();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version September 2021