ArcObjects Library Reference (NetworkAnalyst)  

INALayer3.Reorder Method

Reorders the data layers in the network analysis layer based on the input array containing the new datalayer index value for each current index.

[Visual Basic .NET]
Public Sub Reorder ( _
    ByVal reorderedIndices As ILongArray _
)
[C#]
public void Reorder (
    ILongArray reorderedIndices
);
[C++]
HRESULT Reorder(
  ILongArray* reorderedIndices
);
[C++]

Parameters

reorderedIndices [in]

  reorderedIndices is a parameter of type ILongArray

Product Availability

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

See Also

INALayer3 Interface