Share

Command.isRepeatable Property

Parent Object: Command
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/Command.h>

Description

Gets and Sets if this command is repeatable using the 'Repeat Last Command' option from the Fusion marking menu.

Syntax

"command_var" is a variable referencing a Command object.

# Get the value of the property.
propertyValue = command_var.isRepeatable

# Set the value of the property.
command_var.isRepeatable = propertyValue

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?