%%PageItemTitle%%

VectorDraw Web Library

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

Syntax

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

Parameters

name
The name of the requested Layer.

Return Value

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

See Also