WebFeature.isSuppressed Property
Parent Object:
WebFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/WebFeature.h>
Description
Gets and sets if this feature is suppressed. This is only valid for parametric features.
Syntax
"webFeature_var" is a variable referencing a WebFeature object.
# Get the value of the property. propertyValue = webFeature_var.isSuppressed
# Set the value of the property. webFeature_var.isSuppressed = propertyValue
|
"webFeature_var" is a variable referencing a WebFeature object.
#include <Fusion/Features/WebFeature.h>
// Get the value of the property. boolean propertyValue = webFeature_var->isSuppressed();
// Set the value of the property, where value_var is a boolean. bool returnValue = webFeature_var->isSuppressed(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2015