Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.
# Get the value of the property.propertyValue = point2D_var.isValid
#include <Core/Geometry/Point2D.h>// Get the value of the property.boolean propertyValue = point2D_var->isValid();