ArcObjects Library Reference (Carto)  

IRasterClassifyColorRampRenderer.Symbol Property

Symbol representing the class at the index.

[Visual Basic .NET]
Public Function get_Symbol ( _
    ByVal Index As Integer _
) As ISymbol
[Visual Basic .NET]
Public Sub set_Symbol ( _
    ByVal Index As Integer, _
    ByVal Symbol As ISymbol _
)
[C#]
public ISymbol get_Symbol (
    int Index
);
[C#]
public void set_Symbol (
    int Index,
    ISymbol Symbol
);
[C++]
HRESULT get_Symbol(
  long Index,
  ISymbol** Symbol
);
[C++]
HRESULT put_Symbol(
  long Index,
  ISymbol* Symbol
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Index [in]   Index is a parameter of type long Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

IRasterClassifyColorRampRenderer Interface

.NET Related Topics

How to create a raster classify renderer