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




Default impedance value at which to cut off searching for destinations for a given origin. If the accumulated impedance becomes higher than the cutoff value, the traversal stops. The default can be overridden by specifying the cutoff value on the origins. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property default_cutoff As Double
Visual Basic (Usage)Copy Code
Dim instance As MakeODCostMatrixLayer
Dim value As Double
 
instance.default_cutoff = value
 
value = instance.default_cutoff
C# 
public double default_cutoff {get; set;}

See Also

© 2010 All Rights Reserved.