dsZoomRange_e Enumeration Send Feedback
See Also 
Types of Zoom ranges.

Syntax

Visual Basic 
Public Enum dsZoomRange_e 
   Inherits System.Enum
C# 
public enum dsZoomRange_e : System.Enum 
JavaScript 
dsZoomRange_e : String
COM native C++ 
enum dsZoomRange_e
C++ 
enum dsZoomRange_e

Members

MemberDescription
dsZoomRange_Bounds1 = Displays the entire drawing, even if only a part of the drawing has entities
dsZoomRange_Fit0 = Displays the whole drawing centered on the screen
dsZoomRange_Window2 = Displays a selected part of a drawing in the largest possible scale

See Also