Method getUserSelection
- Namespace
- VectorDraw.Professional.ActionUtility
- Assembly
- VectorDraw.Professional.dll
getUserSelection()
Starts a select command so the user can pick entities.
public vdSelection getUserSelection()
Returns
- vdSelection
A vdSelection object containing the figures the user selected.
getUserSelection(vdSelection)
Starts a select command so the user can pick entities.
public vdSelection getUserSelection(vdSelection selset)
Parameters
selsetvdSelectionThe selection where the entities are going to be added.
Returns
- vdSelection
A vdSelection object containing the figures the user selected.