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 |
Member | Description |
---|---|
dsZoomRange_Bounds | 1 = Displays the entire drawing, even if only a part of the drawing has entities |
dsZoomRange_Fit | 0 = Displays the whole drawing centered on the screen |
dsZoomRange_Window | 2 = Displays a selected part of a drawing in the largest possible scale |