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