com.esri.arcgis.animation
Interface esriFlyFromPathType

All Superinterfaces:
Serializable

public interface esriFlyFromPathType
extends Serializable

Tracking modes when importing flyby from a path.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriFlyFromPathObsAndTarget
          Move both observer and target along path.
static int esriFlyFromPathObserver
          Move only observer along path.
static int esriFlyFromPathTarget
          Move only target along path.
 

Field Detail

esriFlyFromPathObsAndTarget

static final int esriFlyFromPathObsAndTarget
Move both observer and target along path.

See Also:
Constant Field Values

esriFlyFromPathObserver

static final int esriFlyFromPathObserver
Move only observer along path.

See Also:
Constant Field Values

esriFlyFromPathTarget

static final int esriFlyFromPathTarget
Move only target along path.

See Also:
Constant Field Values