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


Creates a single raster dataset of multiple bands from multiple single-band raster datasets.This tool is useful when you have many single-band rasters (covering the same spatial extent) and want to display the bands together as a three-band composite (an RGB composite).

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.CompositeBands

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also