Skip to main content
1-Visitor
October 16, 2019
Question

Using Box Select in toolkit

  • October 16, 2019
  • 1 reply
  • 1076 views

Hi all,

 

I try to use ProSelect() function the disadvantage is I have to select one by one.

But my requirement is to have some simple solution like draw a box and select.

Kindly help

1 reply

14-Alexandrite
October 17, 2019

Hi, you have to define structure ProSelectionEnvOption {PRO_SELECT_BY_BOX_ALLOWED, 1} throught function ProSelectionEnvAlloc (before calling the ProSelect).

See the API (there is example).

 

PZ