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




in_features
The polygon features to be smoothed. (In, Required)
out_feature_class
The output polygon feature class to be created. (Out, Required)
algorithm
Specifies the smoothing algorithm. (In, Required)
tolerance
Sets a tolerance used by the PAEK algorithm. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit. You must enter a 0 as a placeholder when using the BEZIER_INTERPOLATION smoothing algorithm. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_feature_class As Object, _
   ByVal algorithm As String, _
   ByVal tolerance As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_feature_class As Object
Dim algorithm As String
Dim tolerance As Object
 
Dim instance As SmoothPolygon(in_features, out_feature_class, algorithm, tolerance)
C# 
public SmoothPolygon( 
   object in_features,
   object out_feature_class,
   string algorithm,
   object tolerance
)

Parameters

in_features
The polygon features to be smoothed. (In, Required)
out_feature_class
The output polygon feature class to be created. (Out, Required)
algorithm
Specifies the smoothing algorithm. (In, Required)
tolerance
Sets a tolerance used by the PAEK algorithm. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit. You must enter a 0 as a placeholder when using the BEZIER_INTERPOLATION smoothing algorithm. (In, Required)

See Also

© 2010 All Rights Reserved.