DataManagementTools
CreateRasterDataset Constructor(Object,String,String,Int32)
See Also  Send Feedback
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. {8_BIT_UNSIGNED | 1_BIT | 2_BIT | 4_BIT | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (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 New 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. {8_BIT_UNSIGNED | 1_BIT | 2_BIT | 4_BIT | 8_BIT_SIGNED | 16_BIT_UNSIGNED | 16_BIT_SIGNED | 32_BIT_UNSIGNED | 32_BIT_SIGNED | 32_BIT_FLOAT | 64_BIT} (In, Required)
number_of_bands
The number of bands to be contained by the raster dataset. (In, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.