Usage: you can freely reimplement this interface.
interface CATIRepeatableCommand
Interface to override the default behavior for command repeating.
Role:
This interface class provides a method to override the default behavior for command repeating,
when the user double-clicks on the command :
For Undefined and Shared commands, each clic launches the command (so a double-clic launches
the command twice);
For exclusive commands, the double-clic sets the repeat mode, and the command will loop.
For exemple, the following instruction in the RepeatCommand method for a shared command
will make it loop as if it was an exclusive command :
SetBehavior (CATDlgEngRepeat);
public virtual RepeatCommand( | ) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.