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




in_features
The input dual-line features, such as road casings, from which centerlines are derived. (In, Required)
out_feature_class
The output feature class to be created. (Out, Required)
maximum_width
Sets the maximum width of the dual-line features to derive centerline. A value 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 maximum_width As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_feature_class As Object
Dim maximum_width As Object
 
Dim instance As CollapseDualLinesToCenterline(in_features, out_feature_class, maximum_width)
C# 
public CollapseDualLinesToCenterline( 
   object in_features,
   object out_feature_class,
   object maximum_width
)

Parameters

in_features
The input dual-line features, such as road casings, from which centerlines are derived. (In, Required)
out_feature_class
The output feature class to be created. (Out, Required)
maximum_width
Sets the maximum width of the dual-line features to derive centerline. A value 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.