ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.SummaryCollectionType Property

property SummaryCollectionType.

[Visual Basic .NET]
Public Function get_SummaryCollectionType ( _
    ByVal ColumnNumber As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_SummaryCollectionType ( _
    ByVal ColumnNumber As Integer, _
    ByVal SummaryCollectionType As Integer _
)
[C#]
public int get_SummaryCollectionType (
    int ColumnNumber
);
[C#]
public void set_SummaryCollectionType (
    int ColumnNumber,
    int SummaryCollectionType
);
[C++]
HRESULT get_SummaryCollectionType(
  long ColumnNumber,
  long* SummaryCollectionType
);
[C++]
HRESULT put_SummaryCollectionType(
  long ColumnNumber,
  long SummaryCollectionType
);
[C++]

Parameters

ColumnNumber [in]   ColumnNumber is a parameter of type long SummaryCollectionType [out, retval]   SummaryCollectionType is a parameter of type long ColumnNumber [in]   ColumnNumber is a parameter of type long SummaryCollectionType [in]   SummaryCollectionType 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