This document is archived and information here might be outdated. Recommended version. |
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
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.