Table of Contents

Method getUserStartLassoSelection

Namespace
VectorDraw.Professional.ActionUtility
Assembly
VectorDraw.Professional.dll

getUserStartLassoSelection(bool, gPoint, out vdSelection, out gPoints)

Starts a Lasso selection command so the user can pick an area in order to select entities.

public StatusCode getUserStartLassoSelection(bool freezeSelectionEvents, gPoint reference, out vdSelection retset, out gPoints retpoints)

Parameters

freezeSelectionEvents bool

Set it to true in order OnFilterFigure not to be fired.

reference gPoint

A reference point as a start for the window in View(Display) Coordinate System.You can pass a null object so the command will ask the user the start reference point.

retset vdSelection

A vdSelection object where the selected vdFigures will be returned.

retpoints gPoints

Output gPoints collection that represents the points that the user selected in View Coordinate system.

Returns

StatusCode

Returns a status code indicating the success of the action.