com.esri.arcgis.animation
Interface esriPathAngleCalculation

All Superinterfaces:
Serializable

public interface esriPathAngleCalculation
extends Serializable

Options for orientation when importing flyby from a path.

Product Availability

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


Field Summary
static int esriAngleAddRelative
          Add an angle relative to the value given by the path.
static int esriAngleUseAbsolute
          Use a fix absolute value.
 

Field Detail

esriAngleUseAbsolute

static final int esriAngleUseAbsolute
Use a fix absolute value.

See Also:
Constant Field Values

esriAngleAddRelative

static final int esriAngleAddRelative
Add an angle relative to the value given by the path.

See Also:
Constant Field Values