Description
Gets the view types currently displayed.
This command retrieves the current view types in use into a string array. The different types are perspective, graph, capture, data health, nle, hierarchy, video, front, back, left, right, top and bottom.
Functional area
Interface
Command syntax
Syntax
getViewTypes |
Arguments
None
Flags
None
Return value
string array
Examples
//get the view types in use into an array
string $vt[] = `getViewTypes`;
//print array to the log
print $vt;