Removes a values from the list of categories.
[Visual Basic .NET] Public Sub RemoveValue ( _ ByVal Value As String _ )
[C#] public void RemoveValue ( string Value );
[C++]
HRESULT RemoveValue(
BSTR Value
);
[C++]Parameters
Value [in] Value is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.