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




in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
in_locations
Point locations where predictions or validations will be performed. (In, Required)
out_feature_class
The output feature class containing either the predictions or the predictions and the validation results. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geostat_layer As Object, _
   ByVal in_locations As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_geostat_layer As Object
Dim in_locations As Object
Dim out_feature_class As Object
 
Dim instance As GALayerToPoints(in_geostat_layer, in_locations, out_feature_class)
C# 
public GALayerToPoints( 
   object in_geostat_layer,
   object in_locations,
   object out_feature_class
)

Parameters

in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
in_locations
Point locations where predictions or validations will be performed. (In, Required)
out_feature_class
The output feature class containing either the predictions or the predictions and the validation results. (Out, Required)

See Also

© 2010 All Rights Reserved.