SheetMetalRule.isUsed Property

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

Description

Indicates if this rule is currently being used by a component. This is only valid for rules in a design.

Syntax

"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.

# Get the value of the property.
propertyValue = sheetMetalRule_var.isUsed
"sheetMetalRule_var" is a variable referencing a SheetMetalRule object.
#include <Fusion/SheetMetal/SheetMetalRule.h>

// Get the value of the property.
boolean propertyValue = sheetMetalRule_var->isUsed();

Property Value

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

Version

Introduced in version November 2022