Skip to main content
1-Visitor
November 8, 2022
Solved

Narrowing selection type

  • November 8, 2022
  • 1 reply
  • 3094 views

Hello all,

 

Is there some way to set the filter in the lower right of the status bar programmatically to narrow the selection type? 

Best answer by YaroslavSin

Maybe, you can run mapkey to change a value in the selection filter listbox.

1 reply

FV_01
November 8, 2022

the first argument to ProSelect() function is a 'run-time' selection filter.

FV_0-1667948374177.png

 

1-Visitor
November 9, 2022

Thanks.

I think I was not specific enough. I intended to say without using function ProSelection.

Now I think that the filter in the lower right of the status bar does not anything but just serves as parameter to be applied for the above function.

FV_01
November 9, 2022

are you trying to use  ProSelbufferSelectionsGet(...) function?