Go to: Synopsis. Return value. MEL examples.

Synopsis

currentCtx

currentCtx is undoable, NOT queryable, and NOT editable.

This command returns the currently selected tool context.

Return value

string: The name of the currently selected tool context.

MEL examples

string $whichCtx = `currentCtx`;