com.esri.arcgis.trackinganalyst
Interface enumDirection

All Superinterfaces:
Serializable

public interface enumDirection
extends Serializable

TimeControl Play Direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Field Summary
static int enumForward
          Play Forward.
static int enumReverse
          Play Reverse.
 

Field Detail

enumForward

static final int enumForward
Play Forward.

See Also:
Constant Field Values

enumReverse

static final int enumReverse
Play Reverse.

See Also:
Constant Field Values