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




in_file
The file containing feature coordinates that will be used to generate a coverage. (In, Required)
out_cover
The coverage to be generated. (Out, Required)
feature_type
The type of features to create: (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_file
The file containing feature coordinates that will be used to generate a coverage. (In, Required)
out_cover
The coverage to be generated. (Out, Required)
feature_type
The type of features to create: (In, Required)

See Also

© 2010 All Rights Reserved.