com.esri.arcgis.trackinganalyst
Interface tascTrackingAnalystErrors

All Superinterfaces:
Serializable

public interface tascTrackingAnalystErrors
extends Serializable

Tracking Analyst General Error Codes.

Product Availability

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


Field Summary
static int E_SOURCE_LAYER_NOT_SELECTED
          Source layer for the location trigger is not selected.
static int E_TEMPORALREFERENCE_INVALIDTEMPORALMODE
          Invalid temporal mode.
 

Field Detail

E_TEMPORALREFERENCE_INVALIDTEMPORALMODE

static final int E_TEMPORALREFERENCE_INVALIDTEMPORALMODE
Invalid temporal mode.

See Also:
Constant Field Values

E_SOURCE_LAYER_NOT_SELECTED

static final int E_SOURCE_LAYER_NOT_SELECTED
Source layer for the location trigger is not selected.

See Also:
Constant Field Values