com.esri.arcgis.animation
Interface IAGKeyframeUI

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapLayerKeyframe, MapViewKeyframe, TimeKeyframe, TimeLayerKeyframe

public interface IAGKeyframeUI
extends Serializable

Provides access to keyframes of animated objects.

Remarks

This interface contains methods to set and get keyframe properties from the UI (the Animation Manager, for example).

Product Availability

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


Method Summary
 String getText(int propIndex, int columnIndex)
          Get the column text.
 void setText(int propIndex, int columnIndex, String text)
          Set the column text.
 

Method Detail

getText

String getText(int propIndex,
               int columnIndex)
               throws IOException,
                      AutomationException
Get the column text.

Product Availability

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

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

setText

void setText(int propIndex,
             int columnIndex,
             String text)
             throws IOException,
                    AutomationException
Set the column text.

Product Availability

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

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