This document is archived and information here might be outdated.  Recommended version.


IAGAnimationTypeUI.ChoiceList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTypeUI Interface > IAGAnimationTypeUI.ChoiceList Property
ArcGIS Developer Help

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