%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionLineWidth Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionLineWidth Method
lw
The linewidth of to be used or null for the default value.
Sets the width of the new lines created through the actions.

Syntax

JScript 
public function SetActionLineWidth( 
   lw : int
) : Object;

Parameters

lw
The linewidth of to be used or null for the default value.

Return Value

The linewidth that was set.

See Also