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


IUniqueValueTextRenderer.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.Symbol Property
ArcGIS Developer Help

IUniqueValueTextRenderer.Symbol Property

Symbol associated with the specified 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 pVal As ISymbol _
)
[C#]
public ISymbol get_Symbol (
    string Value
);
[C#]
public void set_Symbol (
    string Value,
    ISymbol pVal
);
[C++]
HRESULT get_Symbol(
  BSTR Value,
  ISymbol** pVal
);
[C++]
HRESULT put_Symbol(
  BSTR Value,
  ISymbol* pVal
);
[C++]
Parameters
Value [in]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface