MapMatrix NetGIS Class Library

ZoomMethod Enumeration

Enumeration indicating what type of zoom will be performed.

public enum ZoomMethod

Members

Member NameDescription
GroundPoint Around a point whose values are ground coordinates
NextWindow Moves to the next window in the saved zoom windows list
PreviousWindow Moves to the previous window in the saved zoom windows list
FullExtents Zooms to the limits of all of the layers in the LayerSet
Extents Zooms to the limits of a specifc layer
Results Zooms to the results of a Find command
ZoomIn Zooms the window in (closer)
ZoomOut Zooms the window out (further away)
Window Zooms to a window

Requirements

Namespace: MapMatrix.Commands

Assembly: Commands (in Commands.dll)

See Also

MapMatrix.Commands Namespace