Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return value

integer

Examples

Code Block
languagetext
// Prints the active view index number to the command line 

...


int $temp = `getActiveView`;

...


print $temp;

Additional information

Related commands

...