ESRI.ArcGIS.GeostatisticalAnalystTools
GASemivariogramSensitivity Constructor(Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > GASemivariogramSensitivity Class > GASemivariogramSensitivity Constructor : GASemivariogramSensitivity Constructor(Object,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)
in_locations
Points locations where the sensitivity analysis is performed. (In, Required)
out_table
Table storing the sensitivity results. (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 in_locations As Object, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_ga_model_source As Object
Dim in_datasets As Object
Dim in_locations As Object
Dim out_table As Object
 
Dim instance As GASemivariogramSensitivity(in_ga_model_source, in_datasets, in_locations, out_table)
C# 
public GASemivariogramSensitivity( 
   object in_ga_model_source,
   object in_datasets,
   object in_locations,
   object out_table
)

Parameters

in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
in_datasets
Input dataset(s) displays two pieces: (In, Required)
in_locations
Points locations where the sensitivity analysis is performed. (In, Required)
out_table
Table storing the sensitivity results. (Out, Required)

See Also

© 2010 All Rights Reserved.