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


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

IACValueMapRenderer.Symbol Property

Symbol associated with the specified value.

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

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

Product Availability

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

See Also

IACValueMapRenderer Interface