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


IDataGroupSeriesProperties.AddGroupField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGroupSeriesProperties Interface > IDataGroupSeriesProperties.AddGroupField Method
ArcGIS Developer Help

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