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


IACValueMapRenderer.RangeType 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.RangeType Property
ArcGIS Developer Help

IACValueMapRenderer.RangeType Property

The type of categorization for the values within the specified field.

[Visual Basic .NET]
Public Function get_RangeType ( _
    ByVal Index As Integer _
) As acRangeType
[Visual Basic .NET]
Public Sub set_RangeType ( _
    ByVal Index As Integer, _
    ByVal range As acRangeType _
)
[C#]
public acRangeType get_RangeType (
    int Index
);
[C#]
public void set_RangeType (
    int Index,
    acRangeType range
);
[C++]
HRESULT get_RangeType(
  long Index,
  acRangeType* range
);
[C++]
HRESULT put_RangeType(
  long Index,
  acRangeType range
);
[C++]
Parameters
Index [in]

Index is a parameter of type long range [out, retval]
range is a parameter of type acRangeType* Index [in]
Index is a parameter of type long range [in]
range is a parameter of type acRangeType

Product Availability

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

See Also

IACValueMapRenderer Interface