ArcObjects Library Reference  (NetworkAnalyst)    

INAClosestFacilitySolver.DefaultCutoff Property

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

);

[C++]

Parameters

Value [out, retval]

  Value is a parameter of type VARIANT

Value [in]

  Value is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAClosestFacilitySolver Interface

 


Feedback Send feedback on this page