v6.0
Used as a convenient list of identifiers for the different viewports of the view manager. The first three are special identifiers for commands and methods that use the enumeration and do not refer to a specific viewport.
siViewport.siViewportFocussed // -3 siViewport.siViewportCurrent // -2 siViewport.siViewportAll // -1 siViewport.siViewportA // 0 siViewport.siViewportB // 1 siViewport.siViewportC // 2 siViewport.siViewportD // 3 |