Table of Contents

Method SetStdView

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

SetStdView(int)

Positions the user's view to a prefixed position. Check StdView_TOP.

public void SetStdView(int iview)

Parameters

iview int

The prefixed view position to be set. It can be one of the following values StdView_TOP StdView_BOTTOM StdView_FRONT StdView_BACK StdView_LEFT StdView_RIGHT StdView_ISO_NE StdView_ISO_NW StdView_ISO_SE StdView_ISO_SW

Examples

vdcanvas.SetStdView(vdConst.StdView_BACK);
vdcanvas.redraw();

Remarks

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