ArcObjects Library Reference (Animation)  

IAGAnimationTypeUI.ChoiceList Property

The column choice list.

[Visual Basic .NET]
Public Function get_ChoiceList ( _
    ByVal propIndex As Integer, _
    ByVal columnIndex As Integer _
) As IStringArray
[C#]
public IStringArray get_ChoiceList (
    int propIndex,
    int columnIndex
);
[C++]
HRESULT get_ChoiceList(
  long propIndex,
  long columnIndex,
  IStringArray** ppChoiceList
);
[C++]

Parameters

propIndex [in]   propIndex is a parameter of type long columnIndex [in]   columnIndex is a parameter of type long ppChoiceList [out, retval]

  ppChoiceList is a parameter of type IStringArray

Product Availability

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

See Also

IAGAnimationTypeUI Interface