Adds a value to the renderer to be grouped with the refValue, which has already ben added to the renderer.
[Visual Basic .NET] Public Sub AddReferenceValue ( _ ByVal Value As String, _ ByVal refValue As String _ )
[C#] public void AddReferenceValue ( string Value, string refValue );
[C++]
HRESULT AddReferenceValue(
BSTR Value,
BSTR refValue
);
[C++]Parameters
Value [in] Value is a parameter of type BSTR refValue [in] refValue is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.