Table of Contents

Method FindLayer

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

FindLayer(string)

Returns the layer defined by the given name.

public object FindLayer(string name)

Parameters

name string

The name of the requested Layer.

Returns

object

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