com.esri.arcgis.trackinganalyst
Interface enumPlaybackNudgeMethod

All Superinterfaces:
Serializable

public interface enumPlaybackNudgeMethod
extends Serializable

Playback Nudge Method Enum.

Product Availability

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


Field Summary
static int enumPlaybackNudgeMethod_NextSample
          Advance the playbacks current time to the next histogram sample.
static int enumPlaybackNudgeMethod_PlaybackRate
          Advance playbacks current time to the next time according to the current playback rate.
 

Field Detail

enumPlaybackNudgeMethod_PlaybackRate

static final int enumPlaybackNudgeMethod_PlaybackRate
Advance playbacks current time to the next time according to the current playback rate.

See Also:
Constant Field Values

enumPlaybackNudgeMethod_NextSample

static final int enumPlaybackNudgeMethod_NextSample
Advance the playbacks current time to the next histogram sample.

See Also:
Constant Field Values