Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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
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