|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGAnimationTypeUI
Provides access to keyframes of animated objects.
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).
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 |
---|
int getColumnCount(int propIndex) throws IOException, AutomationException
propIndex
- The propIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getColumnName(int propIndex, int columnIndex) throws IOException, AutomationException
propIndex
- The propIndex (in)columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChoiceList(int propIndex, int columnIndex) throws IOException, AutomationException
propIndex
- The propIndex (in)columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |