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




in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
out_surface_grid
The raster to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geostat_layer As Object, _
   ByVal out_surface_grid As Object _
)
Visual Basic (Usage)Copy Code
Dim in_geostat_layer As Object
Dim out_surface_grid As Object
 
Dim instance As GALayerToGrid(in_geostat_layer, out_surface_grid)
C# 
public GALayerToGrid( 
   object in_geostat_layer,
   object out_surface_grid
)

Parameters

in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
out_surface_grid
The raster to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.