This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGroupSeriesProperties Interface > IDataGroupSeriesProperties.GetGroupField Method (ArcObjects .NET 10.4 SDK) |
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