Table of Contents

Method FindView

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

FindView(string)

Returns the vdView object defined by the given name.

public object FindView(string name)

Parameters

name string

The name of the requested vdView.

Returns

object

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.See AddView(string) , SetActiveView(object)