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




in_raster
The input raster dataset to which you want to add a color map. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
 
Dim instance As AddColormap(in_raster)
C# 
public AddColormap( 
   object in_raster
)

Parameters

in_raster
The input raster dataset to which you want to add a color map. (In, Required)

See Also

© 2010 All Rights Reserved.