%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ScriptSelectDelegate Delegate
See Also 
vdWebLibrary Namespace : ScriptSelectDelegate Delegate
vdraw
The vdraw control object. vdrawObj
Represents a user define function that will be called when commands that select entities will be called from scriptCommand.like select , move , copy etc.

Syntax

JScript 
public delegate ScriptSelectDelegate( 
   vdraw : vdrawObj
)

Parameters

vdraw
The vdraw control object. vdrawObj

See Also