Rotates objects in the current drawing.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overridable Sub Rotate( _ ByVal Axis As Axes, _
 ByVal Angle As Single _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			Axis
		
	
- 
		
			Type: Axes 
		 
			One of the Axes values specifying an axis of rotation. 
		 
	- 
		
			Angle
		
	
- 
		
			Type: float 
		 
			An angle of rotation. 
		 
 
	
		
		
		Remarks
	
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also