| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2GeometryAction Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2GeometryAction : Enum | |
| Member | Description |
|---|---|
| Flash | Flashes the geometry. |
| Pan | Pans to the geometry. |
| Zoom | Zooms to the geometry. |
| Fly | Animates a flight following the geometry. (Valid only for Polyline and Polygon geometries). |
This enum can be used in the DoActionOnGeometry method.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2GeometryAction
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code