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


ITinUniqueValueRenderer.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 > ITinUniqueValueRenderer Interface > ITinUniqueValueRenderer.Symbol Property
ArcGIS Developer Help

ITinUniqueValueRenderer.Symbol Property

The symbol associated with the given value.

[Visual Basic .NET]
Public Function get_Symbol ( _
    ByVal Value As String _
) As ISymbol
[Visual Basic .NET]
Public Sub set_Symbol ( _
    ByVal Value As String, _
    ByVal Symbol As ISymbol _
)
[C#]
public ISymbol get_Symbol (
    string Value
);
[C#]
public void set_Symbol (
    string Value,
    ISymbol Symbol
);
[C++]
HRESULT get_Symbol(
  BSTR Value,
  ISymbol** Symbol
);
[C++]
HRESULT put_Symbol(
  BSTR Value,
  ISymbol* Symbol
);
[C++]
Parameters
Value [in]

Value is a parameter of type BSTR Symbol [out, retval]
Symbol is a parameter of type ISymbol** Value [in]
Value is a parameter of type BSTR Symbol [in]
Symbol is a parameter of type ISymbol*

Product Availability

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

See Also

ITinUniqueValueRenderer Interface