Indicates if the solver should keep the first stop fixed in the sequence.
[Visual Basic 6.0] Property PreserveFirstStop As Boolean
[Visual Basic .NET] Public Property PreserveFirstStop As Boolean
[C#] public bool PreserveFirstStop {get; set;}
[Java] public boolean isPreserveFirstStop() throws IOException, AutomationException
[Java] public void setPreserveFirstStop( boolean PreserveFirstStop ) throws IOException, AutomationException
[C++]
HRESULT get_PreserveFirstStop(
VARIANT_BOOL* Value
);
[C++] HRESULT put_PreserveFirstStop( VARIANT_BOOL Value);
Parameters
Value [out, retval]
Value is a parameter of type VARIANT_BOOL
Value [in]
Value is a parameter of type VARIANT_BOOL
PreserveFirstStop allows the first stop to stay as the first stop if the FindBestSequence has been turned on to optimize the sequence of stops.