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




Determines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.