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




in_raster
The file path and file name of the input raster. Valid inputs include raster layers and mosaic datasets layers. (In, Required)
out_raster
The file path and file name of the input raster. The output will be a raster dataset. (Out, Required)
pixel_type
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)
generate_method
Choose which method you want to use to exclude areas of your input. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal out_raster As Object, _
   ByVal pixel_type As String, _
   ByVal generate_method As String _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim out_raster As Object
Dim pixel_type As String
Dim generate_method As String
 
Dim instance As GenerateExcludeArea(in_raster, out_raster, pixel_type, generate_method)
C# 
public GenerateExcludeArea( 
   object in_raster,
   object out_raster,
   string pixel_type,
   string generate_method
)

Parameters

in_raster
The file path and file name of the input raster. Valid inputs include raster layers and mosaic datasets layers. (In, Required)
out_raster
The file path and file name of the input raster. The output will be a raster dataset. (Out, Required)
pixel_type
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)
generate_method
Choose which method you want to use to exclude areas of your input. (In, Required)

See Also

© 2010 All Rights Reserved.