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




in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
model_param_xpath
XML path to the required model parameter. (In, Required)
in_param_value
Value for the parameter defined by the XML path. (In, Required)
out_ga_model
Geostatistical model created with the parameter value defined in the XML path. (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 model_param_xpath As String, _
   ByVal in_param_value As String, _
   ByVal out_ga_model As Object _
)
Visual Basic (Usage)Copy Code
Dim in_ga_model_source As Object
Dim model_param_xpath As String
Dim in_param_value As String
Dim out_ga_model As Object
 
Dim instance As GASetModelParameter(in_ga_model_source, model_param_xpath, in_param_value, out_ga_model)
C# 
public GASetModelParameter( 
   object in_ga_model_source,
   string model_param_xpath,
   string in_param_value,
   object out_ga_model
)

Parameters

in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
model_param_xpath
XML path to the required model parameter. (In, Required)
in_param_value
Value for the parameter defined by the XML path. (In, Required)
out_ga_model
Geostatistical model created with the parameter value defined in the XML path. (Out, Required)

See Also

© 2010 All Rights Reserved.