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 > GenerateExcludeArea Class : pixel_type Property




Choose the pixel depth of your input raster dataset. This parameter is important, since any pixel depth above 8-bit will need to have the color mask and histogram values adjusted. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property pixel_type As String
Visual Basic (Usage)Copy Code
Dim instance As GenerateExcludeArea
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.