SketchCurves.isValid Property
Parent Object:
SketchCurvesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCurves.h>
Description
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.
Syntax
"sketchCurves_var" is a variable referencing a SketchCurves object.
# Get the value of the property. propertyValue = sketchCurves_var.isValid
|
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>
// Get the value of the property. boolean propertyValue = sketchCurves_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014