ArcObjects Library Reference (Carto)  

IRendererFields.AddField Method

Adds a field to the renderer.

[Visual Basic .NET]
Public Sub AddField ( _
    ByVal Name As String, _
    [ByVal Alias As String] _
)
[C#]
public void AddField (
    string Name,
    string Alias
);
[C#]

Optional Values

Alias   Optional, default value of .
[C++]
HRESULT AddField(
  BSTR Name,
  BSTR Alias
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Alias [optional]   Alias is a parameter of type BSTR

Product Availability

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

See Also

IRendererFields Interface