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
vdrawvdrawObjThe vdraw control object. vdrawObj
entityobjectEntitiy 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.