%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveLayoutId Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveLayoutId Method
id
The id of the layout to be set as active.
Sets as active layout the one that has the given id.

Syntax

JScript 
public function SetActiveLayoutId( 
   id : int
);

Parameters

id
The id of the layout to be set as active.

See Also