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 CADUnProjectByCurrentLayout( _     ByVal aClientPos As FPoint, _     ByVal aDrawMatrix As CADMatrix, _     ByVal vp As CADViewPort, _     ByRef curLayout As CADLayout _  ) As DPoint  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			aClientPos
		
	
 
	- 
		
			Type: FPoint 
		
		
			screen point 
		
	 
	- 
		
			aDrawMatrix
		
	
 
	- 
		
			Type: CADMatrix 
		
		
			DrawMatrix 
		
	 
	- 
		
			vp
		
	
 
	- 
		
			Type: CADViewPort 
		
		
			a viewport where screen point on 
		
	 
	- 
		
			curLayout
		
	
 
	- 
		
			Type: CADLayout 
		
		
			current layout 
		
	 
	
		Return Value
  A three-dimensional point.
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also