ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.Symbol Property

Symbol for a particular class in the specified heading.

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

Parameters

iHeading [in]   iHeading is a parameter of type long iClass [in]   iClass is a parameter of type long pSymbol [out, retval]

  pSymbol is a parameter of type ISymbol

iHeading [in]   iHeading is a parameter of type long iClass [in]   iClass is a parameter of type long pSymbol [in]

  pSymbol is a parameter of type ISymbol

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface