This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.RemoveValues Method (ArcObjects .NET 10.5 SDK) |
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