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




in_cover
The coverage from which feature coordinates will be written. (In, Required)
out_generate_file
The text file to which the x,y coordinates will be written. (Out, Required)
feature_type
The type of features that will be used in the generation of the output file. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal out_generate_file As Object, _
   ByVal feature_type As String _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_generate_file As Object
Dim feature_type As String
 
Dim instance As Ungenerate(in_cover, out_generate_file, feature_type)
C# 
public Ungenerate( 
   object in_cover,
   object out_generate_file,
   string feature_type
)

Parameters

in_cover
The coverage from which feature coordinates will be written. (In, Required)
out_generate_file
The text file to which the x,y coordinates will be written. (Out, Required)
feature_type
The type of features that will be used in the generation of the output file. (In, Required)

See Also

© 2010 All Rights Reserved.