The default cutoff value to stop traversing.
[Visual Basic 6.0] Property DefaultCutoff As Variant
[Visual Basic .NET] Public Property DefaultCutoff As Object
[C#] public object DefaultCutoff {get; set;}
[Java] public Object getDefaultCutoff() throws IOException, AutomationException
[Java] public void setDefaultCutoff( Variant DefaultCutoff ) throws IOException, AutomationException
[C++]
HRESULT get_DefaultCutoff(
VARIANT* Value
);
[C++] HRESULT put_DefaultCutoff( VARIANT Value);
Parameters
Value [out, retval]
Value is a parameter of type VARIANT
Value [in]
Value is a parameter of type VARIANT
DefaultCutoff specifies how far to search for facilities from each incident. Setting a default cutoff of 10 miles will only return those facilities within 10 miles from each incident. This property sets and gets the cutoff value for the NAClosestFacilitySolver.