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




Impedance Cutoff specifies the maximum impedance at which a demand point can be allocated to a facility. The maximum impedance is measured by the least-cost path along the network. If a demand point is outside the cutoff, it is left unallocated. This property might be used to model the maximum distance that people are willing to travel to visit your stores or the maximum time that is permitted for a fire department to reach anyone in the community. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.