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


IACValueMapRenderer.Lower Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface > IACValueMapRenderer.Lower Property
ArcGIS Developer Help

IACValueMapRenderer.Lower Property

The lower value of the range.

[Visual Basic .NET]
Public Function get_Lower ( _
    ByVal Index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_Lower ( _
    ByVal Index As Integer, _
    ByVal Value As String _
)
[C#]
public string get_Lower (
    int Index
);
[C#]
public void set_Lower (
    int Index,
    string Value
);
[C++]
HRESULT get_Lower(
  long Index,
  System.String* Value
);
[C++]
HRESULT put_Lower(
  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

Product Availability

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

See Also

IACValueMapRenderer Interface