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