ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Delete Raster Catalog Items

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Deletes raster catalog items, including all its contents, or a subset of its contents if there is a selection.

Usage

  • Only geodatabase raster catalogs are valid inputs.

  • When using ArcMap, you can use the Selection tool to choose which items to delete.

Syntax

DeleteRasterCatalogItems_management (in_raster_catalog)
ParameterExplanationData Type
in_raster_catalog

The input raster catalog that will have its items deleted.

Raster Catalog Layer

Code sample

DeleteRasterCatalogItems example 1 (Python window)

This is a Python sample for the DeleteRasterCatalogItems tool.

import arcpy
arcpy.DeleteRasterCatalogItems_management("c:/data/DeleteRC.gdb/RC_managed")
DeleteRasterCatalogItems example 2 (stand-alone script)

This is a Python script sample for the DeleteRasterCatalogItems tool.

##===================
##Delete Raster Catalog Items
##Usage: DeleteRasterCatalogItems_management in_raster_catalog

import arcpy
arcpy.env.workspace = r"C:\PrjWorkspace"

##Delete FGDB Managed Raster Catalog - Support Selection in ArcMap
arcpy.DeleteRasterCatalogItems_management("DeleteRC.gdb\\Managed")

Environments

  • Current Workspace

Licensing information

  • ArcGIS for Desktop Basic: Yes
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related topics

  • An overview of the Raster toolset
  • Environment settings for raster data

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal