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




in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
in_datasets
Input dataset(s) displays two pieces: (In, Required)
out_layer
The geostatistical layer produced by the tool. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_ga_model_source As Object, _
   ByVal in_datasets As Object, _
   ByVal out_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_ga_model_source As Object
Dim in_datasets As Object
Dim out_layer As Object
 
Dim instance As GACreateGeostatisticalLayer(in_ga_model_source, in_datasets, out_layer)
C# 
public GACreateGeostatisticalLayer( 
   object in_ga_model_source,
   object in_datasets,
   object out_layer
)

Parameters

in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
in_datasets
Input dataset(s) displays two pieces: (In, Required)
out_layer
The geostatistical layer produced by the tool. (Out, Required)

See Also

© 2010 All Rights Reserved.