Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > Raster toolset > Tools

Delete Colormap (Data Management)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Removes a colormap that is associated with a raster dataset.


Usage tips

Command line syntax
An overview of the Command Line window
Deletecolormap_management <in_raster>

Parameter Explanation Data Type
<in_raster>

The raster dataset that you want the colormap removed from.

Raster Layer
Data types for geoprocessing tool parameters


Command line example

Deletecolormap "c:/redlands_data/Redlands.tif"

Scripting syntax
About getting started with writing geoprocessing scripts
Deletecolormap_management (in_raster)

Parameter Explanation Data Type
in_raster (Required)

The raster dataset that you want the colormap removed from.

Raster Layer

Data types for geoprocessing tool parameters


Script example

# Create the geoprocessing object
import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "c:/redlands_data"
gp.deletecolormap_management("redlands.tif")

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.