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


IDataGroupSeriesProperties.AddGroupField Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDataGroupSeriesProperties.AddGroupField Method

Add a group field and type.

[Visual Basic .NET]
Public Sub AddGroupField ( _
    ByVal strField As String, _
    ByRef idx As Integer _
)
[C#]
public void AddGroupField (
    string strField,
    ref int idx
);
[C++]
HRESULT AddGroupField(
  BSTR strField,
  System.Int32* idx
);
[C++]

Parameters strField [in]
strField is a parameter of type BSTR idx [in, out]
idx is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGroupSeriesProperties Interface

.NET Related Topics

How to group data into separate lines on a line graph