Returns the command interactive mode with the id value commandID**.
Cell.prototype.getCommandInteractiveMode = function(
commandID
)
getCommandInteractiveMode(
commandID: number
): any;
commandID
id of the command.
Object that represents the command interactive mode with the id value commandID.
To get the command action, refer to GetCommand.
The id is assigned to a specific command when it is first set using SetCommand.
In order to activate the action, you need to assign it using SetCommand, then run the command using RunCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET