ArrangeSelection.hasError Property
Parent Object:
ArrangeSelectionDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/ArrangeSelection.h>
Description
Gets if errors were encountered when applying the selection to a a parent.
Syntax
"arrangeSelection_var" is a variable referencing an ArrangeSelection object.
# Get the value of the property. propertyValue = arrangeSelection_var.hasError
|
"arrangeSelection_var" is a variable referencing an ArrangeSelection object.
#include <Cam/GeometrySelections/ArrangeSelection.h>
// Get the value of the property. boolean propertyValue = arrangeSelection_var->hasError();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version March 2024