Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

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

  • No labels