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




out_path
The output location to contain the raster dataset. (In, Required)
out_name
The name of the raster dataset to be created. (In, Required)
pixel_type
Specifies the data type of the cell values. The default value for this is 8-bit unsigned integer. (In, Required)
number_of_bands
The number of bands to be contained by the raster dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_path As Object, _
   ByVal out_name As String, _
   ByVal pixel_type As String, _
   ByVal number_of_bands As Integer _
)
Visual Basic (Usage)Copy Code
Dim out_path As Object
Dim out_name As String
Dim pixel_type As String
Dim number_of_bands As Integer
 
Dim instance As CreateRasterDataset(out_path, out_name, pixel_type, number_of_bands)
C# 
public CreateRasterDataset( 
   object out_path,
   string out_name,
   string pixel_type,
   int number_of_bands
)

Parameters

out_path
The output location to contain the raster dataset. (In, Required)
out_name
The name of the raster dataset to be created. (In, Required)
pixel_type
Specifies the data type of the cell values. The default value for this is 8-bit unsigned integer. (In, Required)
number_of_bands
The number of bands to be contained by the raster dataset. (In, Required)

See Also

© 2010 All Rights Reserved.