%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveLineType Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveLineType Method
linetype
The LineType object to be set as active.
Sets the given LineType as the document's active LineType.

Syntax

JScript 
public function SetActiveLineType( 
   linetype : Object
);

Parameters

linetype
The LineType object to be set as active.

See Also