Arbortext IsoView > Programmer's Reference > GlobalView Functions
  
GlobalView Functions
Iso4ConfigGlobalView
Configures the display and position of the Global View window. This method returns true if successful; otherwise false.
Introduced with Arbortext IsoView 4.0.
Syntax
Iso4ConfigGlobalViewstyleFlagswidthheightuseStrokestrokeWidthcolor
Parameters:
styleFlags
Defines the Global View window style as long. Allowed values are:
1
docked
4
show in b/w
256
top left
512
top right
768
bottom left
1024
bottom right
* 
Add values to combine different attributes.
width
Defines the width of the Global View window in pixels as long.
height
Defines the height of the Global View window in pixels as long.
useStroke
Is TRUE if stroke rect indicates current view position, otherwise a filled rect is used.
strokeWidth
Defines the line width of the stroke rect (if chosen) as long.
color
Defines the color of the stroke/fill rect as OLE_COLOR.
document.ivx1.Iso4ConfigGlobalView(257,100,100,TRUE,2)