DataManagementTools
CopyRaster Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CopyRaster Class




The following tables list the members exposed by CopyRaster.

Public Constructors

 NameDescription
public ConstructorCopyRaster ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertybackground_valueUse this option after rotating or projecting an image to remove the unwanted values created around the original raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. (In, Optional)  
public Propertycolormap_to_RGBIf the input raster dataset has a colormap, the output raster dataset will be converted to a three band output raster dataset. (In, Optional)  
public Propertyconfig_keywordSpecifies the storage parameters (configuration) for geodatabases in file and ArcSDE geodatabases. Personal geodatabases do not use configuration keywords. (In, Optional)  
public Propertyin_rasterThe name and location of the raster dataset to be copied. (In, Required)  
public Propertynodata_valueAll the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional)  
public Propertyonebit_to_eightbitThe input 1-bit raster dataset will be converted to an 8-bit raster dataset. The value 1 in the input raster dataset will be changed to 255 in the output raster dataset. (In, Optional)  
public Propertyout_rasterdatasetThe name and location of the raster dataset to be created. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertypixel_typeDetermines what the bit-depth of the output raster dataset will be. {1_BIT | 2_BIT | 4_BIT | 8_BIT_UNSIGNED | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.