ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
AddColormap Class
See Also  Members  
ESRI.ArcGIS.DataManagementTools Namespace : AddColormap Class


Allows you to add a colormap to a raster dataset, if it does not already exist. If the colormap already exists, it will replace the colormap with the one specified.

Syntax

Visual Basic (Declaration)  
Public Class AddColormap 
   Implements IGPProcess 
Visual Basic (Usage) Copy Code
Dim instance As AddColormap
C#  
public class AddColormap : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddColormap

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also