ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit.AlterColormap Method

Alters colormap.

[Visual Basic .NET]
Public Sub AlterColormap ( _
    ByVal colormap As IRasterColormap _
)
[C#]
public void AlterColormap (
    IRasterColormap colormap
);
[C++]
HRESULT AlterColormap(
  IRasterColormap* colormap
);
[C++]

Parameters

colormap [in]

  colormap is a parameter of type IRasterColormap

Product Availability

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

See Also

IRasterDatasetEdit Interface

.NET Related Topics

Geodatabase | How to add or remove a color map from a raster dataset | How to save and load color maps