com.esri.arcgis.animation
Interface esriAnimationPropertyType

All Superinterfaces:
Serializable

public interface esriAnimationPropertyType
extends Serializable

Types of animation-sensitive properties.

Product Availability

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


Field Summary
static int esriAnimationPropertyBoolean
          Boolean type.
static int esriAnimationPropertyDate
          Date type.
static int esriAnimationPropertyDouble
          Double type.
static int esriAnimationPropertyExtent
          Extent type.
static int esriAnimationPropertyInt
          Integer type.
static int esriAnimationPropertyLong
          Long integer type.
static int esriAnimationPropertyPoint
          Point3D type.
static int esriAnimationPropertyRGBColor
          RGB Color type.
static int esriAnimationPropertyString
          String type.
 

Field Detail

esriAnimationPropertyInt

static final int esriAnimationPropertyInt
Integer type.

See Also:
Constant Field Values

esriAnimationPropertyLong

static final int esriAnimationPropertyLong
Long integer type.

See Also:
Constant Field Values

esriAnimationPropertyDouble

static final int esriAnimationPropertyDouble
Double type.

See Also:
Constant Field Values

esriAnimationPropertyBoolean

static final int esriAnimationPropertyBoolean
Boolean type.

See Also:
Constant Field Values

esriAnimationPropertyPoint

static final int esriAnimationPropertyPoint
Point3D type.

See Also:
Constant Field Values

esriAnimationPropertyExtent

static final int esriAnimationPropertyExtent
Extent type.

See Also:
Constant Field Values

esriAnimationPropertyRGBColor

static final int esriAnimationPropertyRGBColor
RGB Color type.

See Also:
Constant Field Values

esriAnimationPropertyString

static final int esriAnimationPropertyString
String type.

See Also:
Constant Field Values

esriAnimationPropertyDate

static final int esriAnimationPropertyDate
Date type.

See Also:
Constant Field Values