Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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