ESRI.ArcGIS.DataManagementTools
colormap_to_RGB Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CopyRaster Class : colormap_to_RGB Property




If the input raster dataset has a colormap, the output raster dataset can be converted to a three-band output raster dataset. This is useful when mosaicking rasters with different colormaps. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property colormap_to_RGB As String
Visual Basic (Usage)Copy Code
Dim instance As CopyRaster
Dim value As String
 
instance.colormap_to_RGB = value
 
value = instance.colormap_to_RGB
C# 
public string colormap_to_RGB {get; set;}

See Also

© 2010 All Rights Reserved.