This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDataSummaryAction Interface > IDataSummaryAction.SummaryCollectionType Property (ArcObjects .NET 10.5 SDK) |
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