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