%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveLayer Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveLayer Method
layer
The layer object to be set as active.
Sets the given Layer as the document's active Layer. After setting the SetActiveLayer all of the new entities will be added as reference in the layer.

Syntax

JScript 
public function SetActiveLayer( 
   layer : Object
);

Parameters

layer
The layer object to be set as active.

See Also