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.
Interface
getActiveViewType |
None
None
integer
// Prints the name of the active view type to the command line int $temp = `getActiveViewType`; print $temp; |