%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveLineWeight Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveLineWeight Method
lw
The LineWeight value to be set as active.
Sets the given LineWeight as the document's active LineWeight.

Syntax

JScript 
public function SetActiveLineWeight( 
   lw : int
);

Parameters

lw
The LineWeight value to be set as active.

See Also