%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetStdView Method
See Also  Example
vdWebLibrary Namespace > vdrawObj Class : SetStdView Method
iview
The prefixed view position to be set. It can be one of the following values StdView_ISO_SEStdView_ISO_SW
Positions the user's view to a prefixed position. Check StdView_TOP.

Syntax

JScript 
public function SetStdView( 
   iview : int
);

Parameters

iview
The prefixed view position to be set. It can be one of the following values StdView_ISO_SEStdView_ISO_SW

Example

C#Copy Code
vdcanvas.SetStdView(vdConst.StdView_BACK); 
vdcanvas.redraw();

Remarks

A redraw is need to be called in order to update the view.

See Also