RigidGroupList.isValid Property

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

"rigidGroupList_var" is a variable referencing a RigidGroupList object.

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

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

Property Value

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

Version

Introduced in version January 2016