CAMParameter.error Property
Parent Object:
CAMParameterDefined in namespace "adsk::cam" and the header file is <Cam/Operations/CAMParameter.h>
Description
Returns a message corresponding to any active error associated with the value of this parameter.
Syntax
"cAMParameter_var" is a variable referencing a CAMParameter object.
# Get the value of the property. propertyValue = cAMParameter_var.error
|
"cAMParameter_var" is a variable referencing a CAMParameter object.
#include <Cam/Operations/CAMParameter.h>
// Get the value of the property. string propertyValue = cAMParameter_var->error();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version September 2020