/
getActiveViewType
getActiveViewType
Description
Returns the type name of the of the active workspace view.
Shogun enables the user to select various types of view, e.g. 3D Scene, Front, NLE, Hierarchy, Graph, etc. This command returns a string giving the type of view for the currently selected or active view.
Functional area
Interface
Command syntax
Syntax
getActiveViewType |
Arguments
None
Flags
None
Return value
integer
Examples
// Prints the name of the active view type to the command line int $temp = `getActiveViewType`; print $temp;
Additional information
Related commands
, multiple selections available,