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




in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
point_coord
The x,y coordinate of the point where the Z value is required. (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 point_coord As Object _
)
Visual Basic (Usage)Copy Code
Dim in_geostat_layer As Object
Dim point_coord As Object
 
Dim instance As GACalculateZValue(in_geostat_layer, point_coord)
C# 
public GACalculateZValue( 
   object in_geostat_layer,
   object point_coord
)

Parameters

in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
point_coord
The x,y coordinate of the point where the Z value is required. (In, Required)

See Also

© 2010 All Rights Reserved.