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


IRasterUniqueValueRenderer.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.Symbol Property
ArcGIS Developer Help

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 [in]
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 [out, retval]
pSymbol is a parameter of type ISymbol**

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface

.NET Samples

Create a custom default raster renderer