Table of Contents

Delegate ScriptSelectDelegate

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function that will be called when commands that select entities will be called from scriptCommand.like select(object[], ScriptSelectDelegate) , move(object, object, ScriptSelectDelegate) , copy(object, object, ScriptSelectDelegate) etc.

public delegate void ScriptSelectDelegate(vdrawObj vdraw)

Parameters

vdraw vdrawObj

The vdraw control object. vdrawObj

Constructors

ScriptSelectDelegate(object, IntPtr)