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


IDataSummaryAction.GetValidSummaryCollectionType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.GetValidSummaryCollectionType Method

method GetValidSummaryCollectionType

[Visual Basic .NET]
Public Function GetValidSummaryCollectionType ( _
    ByVal ColumnIndex As Integer _
) As Integer
[C#]
public int GetValidSummaryCollectionType (
    int ColumnIndex
);
[C++]
HRESULT GetValidSummaryCollectionType(
  long ColumnIndex,
  long* ValidSummaryType
);
[C++]

Parameters ColumnIndex [in] ColumnIndex is a parameter of type long ValidSummaryType [out, retval] ValidSummaryType is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDataSummaryAction Interface