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




in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
contour_type
Type of contour to represent the geostatistical layer. (In, Required)
out_feature_class
The output feature class will either be a polyline or a polygon, depending on the selected Contour type. (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 contour_type As String, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_geostat_layer As Object
Dim contour_type As String
Dim out_feature_class As Object
 
Dim instance As GALayerToContour(in_geostat_layer, contour_type, out_feature_class)
C# 
public GALayerToContour( 
   object in_geostat_layer,
   string contour_type,
   object out_feature_class
)

Parameters

in_geostat_layer
The geostatistical layer to be analyzed. (In, Required)
contour_type
Type of contour to represent the geostatistical layer. (In, Required)
out_feature_class
The output feature class will either be a polyline or a polygon, depending on the selected Contour type. (Out, Required)

See Also

© 2010 All Rights Reserved.