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




in_cover
The coverage containing arcs or polygons to be simplified. (In, Required)
out_cover
The coverage to be created. The output coverage name must be different from the input coverage name. (Out, Required)
simplification_tolerance
Sets the tolerance in coverage units. A tolerance must be specified and must be greater than zero. (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 simplification_tolerance As Double _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim simplification_tolerance As Double
 
Dim instance As SimplifyLineOrPolygon(in_cover, out_cover, simplification_tolerance)
C# 
public SimplifyLineOrPolygon( 
   object in_cover,
   object out_cover,
   double simplification_tolerance
)

Parameters

in_cover
The coverage containing arcs or polygons to be simplified. (In, Required)
out_cover
The coverage to be created. The output coverage name must be different from the input coverage name. (Out, Required)
simplification_tolerance
Sets the tolerance in coverage units. A tolerance must be specified and must be greater than zero. (In, Required)

See Also

© 2010 All Rights Reserved.