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


IDataGroupSeriesProperties.GetGroupField 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.GetGroupField Method
ArcGIS Developer Help

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,
  System.String* 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