ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.RemoveValues Method

Removes a value from a particular class in the specified heading.

[Visual Basic .NET]
Public Sub RemoveValues ( _
    ByVal iHeading As Integer, _
    ByVal iClass As Integer _
)
[C#]
public void RemoveValues (
    int iHeading,
    int iClass
);
[C++]
HRESULT RemoveValues(
  long iHeading,
  long iClass
);
[C++]

Parameters

iHeading [in]   iHeading is a parameter of type long iClass [in]   iClass is a parameter of type long

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface