Share

ContactSet.isSuppressed Property

Parent Object: ContactSet
Defined in namespace "adsk::fusion" and the header file is <Fusion/Components/ContactSet.h>

Description

Gets and sets if this contact set is currently suppressed.

Syntax

"contactSet_var" is a variable referencing a ContactSet object.

# Get the value of the property.
propertyValue = contactSet_var.isSuppressed

# Set the value of the property.
contactSet_var.isSuppressed = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2016

Was this information helpful?