ESRI.ArcGIS.NetworkAnalystTools
maximum_edges Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > IncreaseMaximumEdges Class : maximum_edges Property




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)

Syntax

Visual Basic (Declaration) 
Public Property maximum_edges As Integer
Visual Basic (Usage)Copy Code
Dim instance As IncreaseMaximumEdges
Dim value As Integer
 
instance.maximum_edges = value
 
value = instance.maximum_edges
C# 
public int maximum_edges {get; set;}

See Also

© 2010 All Rights Reserved.