%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
FindLineType Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : FindLineType Method
name
The name of the requested LineType.
Returns the LineType defined by the given name.

Syntax

JScript 
public function FindLineType( 
   name : String
) : Object;

Parameters

name
The name of the requested LineType.

Return Value

Returns the LineType that has the given name or null if it does not exist.

See Also