SketchEllipticalArcs.isValid Property
Parent Object:
SketchEllipticalArcsDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchEllipticalArcs.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
"sketchEllipticalArcs_var" is a variable referencing a SketchEllipticalArcs object.
# Get the value of the property. propertyValue = sketchEllipticalArcs_var.isValid
|
"sketchEllipticalArcs_var" is a variable referencing a SketchEllipticalArcs object.
#include <Fusion/Sketch/SketchEllipticalArcs.h>
// Get the value of the property. boolean propertyValue = sketchEllipticalArcs_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014