Gets data field name in the series. Can be multiple and optional depending on series type.
[Visual Basic .NET] Public Function GetField ( _ ByVal idx As Integer _ ) As String
[C#] public string GetField ( int idx );
[C++]
HRESULT GetField(
long idx,
BSTR* FieldName
);
[C++]Parameters
idx [in] idx is a parameter of type long FieldName [out, retval] FieldName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.