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




in_geostat_layer
Input a geostatistical layer resulting from a Simple Kriging model. (In, Required)
number_of_realizations
The number of simulations to perform. (In, Required)
output_workspace
Stores all the simulation results. (In, Required)
output_simulation_prefix
A 1- to 3-character alphanumeric prefix that is automatically added to the output dataset names. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geostat_layer As Object, _
   ByVal number_of_realizations As Integer, _
   ByVal output_workspace As Object, _
   ByVal output_simulation_prefix As String _
)
Visual Basic (Usage)Copy Code
Dim in_geostat_layer As Object
Dim number_of_realizations As Integer
Dim output_workspace As Object
Dim output_simulation_prefix As String
 
Dim instance As GaussianGeostatisticalSimulations(in_geostat_layer, number_of_realizations, output_workspace, output_simulation_prefix)
C# 
public GaussianGeostatisticalSimulations( 
   object in_geostat_layer,
   int number_of_realizations,
   object output_workspace,
   string output_simulation_prefix
)

Parameters

in_geostat_layer
Input a geostatistical layer resulting from a Simple Kriging model. (In, Required)
number_of_realizations
The number of simulations to perform. (In, Required)
output_workspace
Stores all the simulation results. (In, Required)
output_simulation_prefix
A 1- to 3-character alphanumeric prefix that is automatically added to the output dataset names. (In, Required)

See Also

© 2010 All Rights Reserved.