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


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

ITinColorRampRenderer.Symbol Property

The symbol representing the break 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 sym As ISymbol _
)
[C#]
public ISymbol get_Symbol (
    int Index
);
[C#]
public void set_Symbol (
    int Index,
    ISymbol sym
);
[C++]
HRESULT get_Symbol(
  long Index,
  ISymbol** sym
);
[C++]
HRESULT put_Symbol(
  long Index,
  ISymbol* sym
);
[C++]
Parameters
Index [in]

Index is a parameter of type long sym [out, retval]
sym is a parameter of type ISymbol** Index [in]
Index is a parameter of type long sym [in]
sym is a parameter of type ISymbol*

Product Availability

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

See Also

ITinColorRampRenderer Interface