ArcObjects Library Reference (Animation)  

esriAnimationPropertyType Constants

Types of animation-sensitive properties.

Constant Value Description
esriAnimationPropertyInt 1 Integer type.
esriAnimationPropertyLong 2 Long integer type.
esriAnimationPropertyDouble 3 Double type.
esriAnimationPropertyBoolean 4 Boolean type.
esriAnimationPropertyPoint 5 Point3D type.
esriAnimationPropertyExtent 6 Extent type.
esriAnimationPropertyRGBColor 7 RGB Color type.
esriAnimationPropertyString 8 String type.
esriAnimationPropertyDate 9 Date type.

Product Availability

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

.NET Samples

Layer effects animation in ArcMap (Code Files: AnimationTypeLayerEffects) | Move a graphic along a path in ArcMap (Code Files: AnimationTypeMapGraphic)