This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinUniqueValueRenderer Interface > ITinUniqueValueRenderer.ReferenceValue Property (ArcObjects .NET 10.5 SDK) |
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