%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
UpdateLayout Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : UpdateLayout Method
layout
The layout to be updated.If it is null then the GetActiveLayout is updated.
updateEntities
If exist and it is true, all figures in the passed layout will also call the UpdateFig in order to update their graphics representation
Update Bounding box extends of the passed layout.

Syntax

JScript 
public function UpdateLayout( 
   layout : Object,
   updateEntities : boolean
);

Parameters

layout
The layout to be updated.If it is null then the GetActiveLayout is updated.
updateEntities
If exist and it is true, all figures in the passed layout will also call the UpdateFig in order to update their graphics representation

See Also