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




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)
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 _
)
Visual Basic (Usage)Copy Code
Dim in_ga_model_source As Object
Dim model_param_xpath As String
 
Dim instance As GAGetModelParameter(in_ga_model_source, model_param_xpath)
C# 
public GAGetModelParameter( 
   object in_ga_model_source,
   string model_param_xpath
)

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)

See Also

© 2010 All Rights Reserved.