ArcObjects Library Reference (Carto)  

IDataGroupSeriesProperties.RemoveGroupField Method

Remove the group field.

[Visual Basic .NET]
Public Sub RemoveGroupField ( _
    ByVal idx As Integer _
)
[C#]
public void RemoveGroupField (
    int idx
);
[C++]
HRESULT RemoveGroupField(
  long idx
);
[C++]

Parameters

idx [in]   idx is a parameter of type long

Product Availability

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

See Also

IDataGroupSeriesProperties Interface