%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
FindView Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : FindView Method
name
The name of the requested vdView.
Returns the vdView object defined by the given name.

Syntax

JScript 
public function FindView( 
   name : String
) : Object;

Parameters

name
The name of the requested vdView.

Return Value

Returns the vdView that has the given name or null if it does not exist.

Remarks

vdView is an object in the vdcanvas.GetDocument.Views.Items collection, that defines the zoom properties for a Layout object. , SetActiveView

See Also