View.loadView


loadView(savedName, doLayers, doRotation, doPageSz, doColour, doPenLib)

Modify this view to have some or all of the characteristics of the named view given. The named view must have been previously saved using saveView. Each characteristic is independantly controlled, so it is, for example, possible to modify the rotation to match, without affecting anything else.

savedNamestringname to find and load
doLayersbooleanwhether or not to make the drawing layers of this view match those previously saved
doRotationbooleanwhether or not to make the rotation of this view match those previously saved
doPageSzbooleanwhether or not to make the page size of this view match those previously saved
doColourbooleanwhether or not to make the colour scheme of this view match those previously saved
doPenLibbooleanwhether or not to make the pen library of this view match those previously saved (this option affects all views in this database)
Return valuenone 

Back to View

Back to Overview