%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveLayout Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveLayout Method
layout
A layout object to be activated or null for Model layout
Set the passed layout object as active.If it is null or undefined the Model is activated. This method also post a redraw action.

Syntax

JScript 
public function SetActiveLayout( 
   layout : Object
);

Parameters

layout
A layout object to be activated or null for Model layout

See Also