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


ITinUniqueValueRenderer.ReferenceValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITinUniqueValueRenderer.ReferenceValue Property

The reference value for the given value.

[Visual Basic .NET]
Public Function get_ReferenceValue ( _
    ByVal Value As String _
) As String
[C#]
public string get_ReferenceValue (
    string Value
);
[C++]
HRESULT get_ReferenceValue(
  BSTR Value,
  BSTR* refValue
);
[C++]

Parameters Value [in] Value is a parameter of type BSTR refValue [out, retval] refValue is a parameter of type BSTR

Product Availability

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

See Also

ITinUniqueValueRenderer Interface