Table of Contents

Delegate ActiveSelectionModifyDelegate

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function that will be called for every entity added or remove to scriptCommand ActiveSelection() by ActiveSelectionModify event

public delegate void ActiveSelectionModifyDelegate(ActiveSelectionModifyArgs args)

Parameters

args ActiveSelectionModifyArgs

Args contains the selected item which is the figure that will be added or remove to the selection and Cancel which when set to false, entity is not added or removed to the ActiveSelection().

Constructors

ActiveSelectionModifyDelegate(object, IntPtr)