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.
Interface
getViewTypes |
None
None
string array
//get the view types in use into an array
string $vt[] = `getViewTypes`;
//print array to the log
print $vt;