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


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

IDataSummaryAction.GetColumnCount Method

method GetColumnCount

[Visual Basic .NET]
Public Function GetColumnCount ( _
) As Integer
[C#]
public int GetColumnCount (
);
[C++]
HRESULT GetColumnCount(
  long* Count
);
[C++]

Parameters Count [out, retval] Count 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