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,
  long* 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