Gets a three-dimensional point of the current CAD image from the specified screen point.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Shared Function CADUnProject( _     ByVal aClientPos As CAD2DPoint, _     ByVal aDrawMatrix As CADMatrix _  ) As DPoint  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			aClientPos
		
	
 
	- 
		
			Type: CAD2DPoint 
		
		
			The screen point. 
		
	 
	- 
		
			aDrawMatrix
		
	
 
	- 
		
			Type: CADMatrix 
		
		
			DrawMatrix 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also