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




in_turn_features
The turn feature class that is having its maximum number of edges raised. (In, Required)
maximum_edges
The new maximum number of edges in the input turn feature class. The value must be at least one higher than the existing maximum number of edges and cannot be greater than 20. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_turn_features As Object, _
   ByVal maximum_edges As Integer _
)
Visual Basic (Usage)Copy Code
Dim in_turn_features As Object
Dim maximum_edges As Integer
 
Dim instance As IncreaseMaximumEdges(in_turn_features, maximum_edges)
C# 
public IncreaseMaximumEdges( 
   object in_turn_features,
   int maximum_edges
)

Parameters

in_turn_features
The turn feature class that is having its maximum number of edges raised. (In, Required)
maximum_edges
The new maximum number of edges in the input turn feature class. The value must be at least one higher than the existing maximum number of edges and cannot be greater than 20. (In, Required)

See Also

© 2010 All Rights Reserved.