Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need to clear the selection in my extension before a new selection is initiated. How this is possible?
- Ralf
Hi Ralf,
did you have test this method:
var mydoc = Qv.GetCurrentDocument();
myDoc.Clear();
Hi Ralf,
did you have test this method:
var mydoc = Qv.GetCurrentDocument();
myDoc.Clear();
Thanks, that easy.. 😉