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




in_raster_dataset
The raster dataset for which the world file will be created. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster_dataset As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster_dataset As Object
 
Dim instance As ExportRasterWorldFile(in_raster_dataset)
C# 
public ExportRasterWorldFile( 
   object in_raster_dataset
)

Parameters

in_raster_dataset
The raster dataset for which the world file will be created. (In, Required)

See Also

© 2010 All Rights Reserved.