Table of Contents

Delegate ScriptEntityDelegate

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function that will be called when commands that draw entities will be called from scriptCommand.like line(object[], ScriptEntityDelegate) etc.

public delegate void ScriptEntityDelegate(vdrawObj vdraw, object entity)

Parameters

vdraw vdrawObj

The vdraw control object. vdrawObj

entity object

Entitiy that added to the document when the script command finished.For a example it can be a line, arc , circle, polyline , text etc. If the command canceled by user then the entity will be null else the entity will exist.

Constructors

ScriptEntityDelegate(object, IntPtr)