com.esri.arcgis.animation
Interface IAGAnimationTypeUI

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnimationTypeCamera, AnimationTypeLayer, AnimationTypeMapLayer, AnimationTypeMapView, AnimationTypeScene, AnimationTypeTime, AnimationTypeTimeLayer

public interface IAGAnimationTypeUI
extends Serializable

Provides access to keyframes of animated objects.

Remarks

This interface provides choice list for some keyframe properties. The choice list will be used to populate the keyframe property combobox in the keyframes tab of the animation manager (for example, the time units are stored as a choice list in the keyframes tab).

Product Availability

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


Method Summary
 IStringArray getChoiceList(int propIndex, int columnIndex)
          The column choice list.
 int getColumnCount(int propIndex)
          The number of columns.
 String getColumnName(int propIndex, int columnIndex)
          The column name.
 

Method Detail

getColumnCount

int getColumnCount(int propIndex)
                   throws IOException,
                          AutomationException
The number of columns.

Product Availability

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

Parameters:
propIndex - The propIndex (in)
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnName

String getColumnName(int propIndex,
                     int columnIndex)
                     throws IOException,
                            AutomationException
The column name.

Product Availability

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

Parameters:
propIndex - The propIndex (in)
columnIndex - The columnIndex (in)
Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChoiceList

IStringArray getChoiceList(int propIndex,
                           int columnIndex)
                           throws IOException,
                                  AutomationException
The column choice list.

Product Availability

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

Parameters:
propIndex - The propIndex (in)
columnIndex - The columnIndex (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.