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


IRasterDatasetEdit.AlterColormap Method (ArcObjects .NET 10.5 SDK)
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