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


ISeriesProperties.GetField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.GetField Method
ArcGIS Developer Help

ISeriesProperties.GetField Method

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
);
[C++]
Parameters
idx [in]

idx is a parameter of type long

Product Availability

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

See Also

ISeriesProperties Interface