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




in_cover
The polygon coverage to be converted to a region subclass. Each polygon of the <in_cover> is made into a region. (In, Required)
out_cover
The coverage that will contain the new subclass. (Out, Required)
out_subclass
The name of the region subclass that will be created. (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 out_subclass As String _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim out_subclass As String
 
Dim instance As PolyRegion(in_cover, out_cover, out_subclass)
C# 
public PolyRegion( 
   object in_cover,
   object out_cover,
   string out_subclass
)

Parameters

in_cover
The polygon coverage to be converted to a region subclass. Each polygon of the <in_cover> is made into a region. (In, Required)
out_cover
The coverage that will contain the new subclass. (Out, Required)
out_subclass
The name of the region subclass that will be created. (In, Required)

See Also

© 2010 All Rights Reserved.