Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 rbecher
		
			rbecher
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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();
 rbecher
		
			rbecher
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks, that easy.. 😉
