RigidJointMotion.isValid Property

Parent Object: RigidJointMotion
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/RigidJointMotion.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

"rigidJointMotion_var" is a variable referencing a RigidJointMotion object.

# Get the value of the property.
propertyValue = rigidJointMotion_var.isValid
"rigidJointMotion_var" is a variable referencing a RigidJointMotion object.
#include <Fusion/Components/RigidJointMotion.h>

// Get the value of the property.
boolean propertyValue = rigidJointMotion_var->isValid();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version July 2015