%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
AddLayer Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : AddLayer Method
layername
The name of the layer to be added.
Adds a new layer to the document's layers collection.

Syntax

JScript 
public function AddLayer( 
   layername : String
) : Object;

Parameters

layername
The name of the layer to be added.

Return Value

The created layer object.

See Also