ArcObjects Library Reference  (NetworkAnalyst)    

INARouteSolver.FindBestSequence Property

Indicates if the solver should resequence the route in the optimal order.

[Visual Basic 6.0]
Property FindBestSequence As Boolean
[Visual Basic .NET]
Public Property FindBestSequence As Boolean
[C#]
public bool FindBestSequence {get; set;}
[Java]
public boolean isFindBestSequence()
throws
    IOException,
    AutomationException
[Java]
public void setFindBestSequence(
boolean FindBestSequence
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FindBestSequence(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_FindBestSequence(
  VARIANT_BOOL Value

);

[C++]

Parameters

Value [out, retval]

  Value is a parameter of type VARIANT_BOOL

Value [in]

  Value is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.

See Also

INARouteSolver Interface

 


Feedback Send feedback on this page