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




in_features
The line features to be simplified. (In, Required)
out_feature_class
The output line feature class to be created. (Out, Required)
algorithm
Specifies the line simplification algorithm. (In, Required)
tolerance
The tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (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 SimplifyLine(in_features, out_feature_class, algorithm, tolerance)
C# 
public SimplifyLine( 
   object in_features,
   object out_feature_class,
   string algorithm,
   object tolerance
)

Parameters

in_features
The line features to be simplified. (In, Required)
out_feature_class
The output line feature class to be created. (Out, Required)
algorithm
Specifies the line simplification algorithm. (In, Required)
tolerance
The tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required)

See Also

© 2010 All Rights Reserved.