ArcObjects Library Reference (NetworkAnalyst)  

INALocationAllocationSolver.DefaultCutoff Property

Determines the default cutoff beyond which no demand point can be allocated to a facility.

[Visual Basic .NET]
Public Property DefaultCutoff As Object
[C#]
public object DefaultCutoff {get; set;}
[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

The DefaultCutoff specifies how far a facility should look to allocate demand points. Any facilities further than the default cutoff are not evaluated. Individual demand points can override this setting with their own cutoff length.

The MinimizeImpedance problem type does not require a cutoff. All other problem types require a cutoff to be specified.

See Also

INALocationAllocationSolver Interface

.NET Snippets

Set Location Allocation Properties

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Location-allocation solver (Code Files: frmLocationAllocationSolver)