MotionLink.isSuppressed Property
Parent Object:
MotionLinkDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/MotionLink.h>
Description
Gets and sets if this MotionLink is suppressed.
Syntax
"motionLink_var" is a variable referencing a MotionLink object.
# Get the value of the property. propertyValue = motionLink_var.isSuppressed
# Set the value of the property. motionLink_var.isSuppressed = propertyValue |
"motionLink_var" is a variable referencing a MotionLink object.
#include <Fusion/Components/MotionLink.h>
// Get the value of the property. boolean propertyValue = motionLink_var->isSuppressed();
// Set the value of the property, where value_var is a boolean. bool returnValue = motionLink_var->isSuppressed(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version November 2025