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


IAGAnimationTypeUI.ColumnCount 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.ColumnCount Property
ArcGIS Developer Help

IAGAnimationTypeUI.ColumnCount Property

The number of columns.

[Visual Basic .NET]
Public Function get_ColumnCount ( _
    ByVal propIndex As Integer _
) As Integer
[C#]
public int get_ColumnCount (
    int propIndex
);
[C++]
HRESULT get_ColumnCount(
  long propIndex,
  System.Int32* count
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long count [out, retval]
count is a parameter of type long*

Product Availability

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

See Also

IAGAnimationTypeUI Interface