This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface > IACValueMapRenderer.Upper Property (ArcObjects .NET 10.4 SDK) |
The upper value of the range.
[Visual Basic .NET] Public Function get_Upper ( _ ByVal Index As Integer _ ) As String
[Visual Basic .NET] Public Sub set_Upper ( _ ByVal Index As Integer, _ ByVal Value As String _ )
[C#] public string get_Upper ( int Index );
[C#] public void set_Upper ( int Index, string Value );
[C++]
HRESULT get_Upper(
long Index,
BSTR* Value
);
[C++]
HRESULT put_Upper(
long Index,
BSTR Value
);
[C++]
Parameters Index [in] Index is a parameter of type long Value [out, retval] Value is a parameter of type BSTR Index [in] Index is a parameter of type long Value [in] Value is a parameter of type BSTR