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 > MakeClosestFacilityLayer Class : default_cutoff Property




Default impedance value at which to stop searching for facilities for a given incident. The default can be overridden by specifying the cutoff value on incidents when TRAVEL_TO option is used or by specifying the cutoff value on facilities when TRAVEL_FROM option is used. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property default_cutoff As Double
Visual Basic (Usage)Copy Code
Dim instance As MakeClosestFacilityLayer
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.