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
freezeSelectionEventsboolSet it to true in order OnFilterFigure not to be fired.
referencegPointA 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.
retsetvdSelectionA vdSelection object where the selected vdFigures will be returned.
retpointsgPointsOutput 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.