ArcObjects Library Reference (Animation)  

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,
  long* 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