This document is archived and information here might be outdated.  Recommended version.


INALocationAllocationSolver.DefaultCutoff Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationAllocationSolver Interface > INALocationAllocationSolver.DefaultCutoff Property
ArcGIS Developer Help

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 Samples

Location-allocation solver ArcGIS Network Analyst extension Engine application