...
Return value
integer
Examples
Code Block | ||
---|---|---|
| ||
// Prints the active view index number to the command line |
...
int $temp = `getActiveView`; |
...
print $temp; |
Additional information
Related commands
...
...
integer
Code Block | ||
---|---|---|
| ||
// Prints the active view index number to the command line |
...
int $temp = `getActiveView`; |
...
print $temp; |
...