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


ISeriesProperties.SetField 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.SetField Method
ArcGIS Developer Help

ISeriesProperties.SetField Method

Sets data field name in the series. Can be multiple and optional depending on series type.

[Visual Basic .NET]
Public Sub SetField ( _
    ByVal idx As Integer, _
    ByVal FieldName As String _
)
[C#]
public void SetField (
    int idx,
    string FieldName
);
[C++]
HRESULT SetField(
  long idx,
  BSTR FieldName
);
[C++]
Parameters
idx [in]

idx is a parameter of type long FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

See Also

ISeriesProperties Interface