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.