ArcObjects Library Reference (Carto)  

IDataGroupSeriesProperties.GetGroupField Method

Get a group field and type.

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

Parameters

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

Product Availability

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

See Also

IDataGroupSeriesProperties Interface