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




in_cover
The coverage containing the region subclass to convert to polygons. (In, Required)
out_cover
The polygon coverage to be created from the Input Subclass. The coverage may not already exist. (Out, Required)
in_subclass
The region subclass of the Input Coverage that will be converted to a polygon coverage. (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_cover As Object, _
   ByVal in_subclass As String _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim in_subclass As String
 
Dim instance As RegionPoly(in_cover, out_cover, in_subclass)
C# 
public RegionPoly( 
   object in_cover,
   object out_cover,
   string in_subclass
)

Parameters

in_cover
The coverage containing the region subclass to convert to polygons. (In, Required)
out_cover
The polygon coverage to be created from the Input Subclass. The coverage may not already exist. (Out, Required)
in_subclass
The region subclass of the Input Coverage that will be converted to a polygon coverage. (In, Required)

See Also

© 2010 All Rights Reserved.