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