If the user selects an area, it will be automatically zoomed into (and become the new display view). Click and move the mouse to select the zoom rectangle
Same behaviour of IEViewer.EnableZoomOnSelect = true.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool SelectZoom { get; set; }
Public Property SelectZoom As Boolean Get Set
public: property bool SelectZoom { bool get (); void set (bool value); }