Returns the command with the id value commandID**.
Cell.prototype.getCommand = function(
commandID
)
getCommand(
commandID: number
): any;
commandID
id of the command.
Object that represents the command with the id value commandID.
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