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


IColormapFilter.Match Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IColormapFilter.Match Method

Matches colors from second colormap to that of the first colormap.

[Visual Basic .NET]
Public Sub Match ( _
    ByVal cm1 As IRasterColormap, _
    ByVal cm2 As IRasterColormap, _
    ByVal ncolors As Integer _
)
[C#]
public void Match (
    IRasterColormap cm1,
    IRasterColormap cm2,
    int ncolors
);
[C++]
HRESULT Match(
  IRasterColormap* cm1,
  IRasterColormap* cm2,
  long ncolors
);
[C++]

Parameters cm1 [in]
cm1 is a parameter of type IRasterColormap cm2 [in]
cm2 is a parameter of type IRasterColormap ncolors [in] ncolors is a parameter of type long

Product Availability

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

See Also

IColormapFilter Interface