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


IUniqueValueRenderer.RemoveValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer Interface > IUniqueValueRenderer.RemoveValue Method
ArcGIS Developer Help

IUniqueValueRenderer.RemoveValue Method

Removes a value from the renderer.

[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.

Description

Removes the value at the specified index from the list of values.

See Also

IUniqueValueRenderer Interface