ESRI.ArcGIS.DataManagementTools
GenerateExcludeArea Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : GenerateExcludeArea Class




The following tables list the members exposed by GenerateExcludeArea.

Public Constructors

 NameDescription
Public ConstructorGenerateExcludeArea ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertygenerate_methodChoose which method you want to use to exclude areas of your input. (In, Required)  
Public Propertyin_rasterThe file path and file name of the input raster. Valid inputs include raster layers and mosaic datasets layers. (In, Required)  
Public Propertymax_blackThis is the maximum black value to exclude. The default is 0. (In, Optional)  
Public Propertymax_blueThis is the maximum blue value to exclude. The default is 255. (In, Optional)  
Public Propertymax_cyanThis is the maximum cyan value to exclude. The default is 255. (In, Optional)  
Public Propertymax_greenThis is the maximum green value to exclude. The default is 255. (In, Optional)  
Public Propertymax_magentaThis is the maximum magenta value to exclude. The default is 255. (In, Optional)  
Public Propertymax_redThis is the maximum red value to exclude. The default is 255. (In, Optional)  
Public Propertymax_whiteThis is the maximum white value to exclude. The default is 255. (In, Optional)  
Public Propertymax_yellowThis is the maximum yellow value to exclude. The default is 255. (In, Optional)  
Public Propertyout_rasterThe file path and file name of the input raster. The output will be a raster dataset. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypercentage_highThis is the maximum percentage of the histogram to exclude. The default is 100. (In, Optional)  
Public Propertypercentage_lowThis is the minimum percentage of the histogram to exclude. The default is 0. (In, Optional)  
Public Propertypixel_typeChoose 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)  
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

© 2010 All Rights Reserved.