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


INALayer3.Reorder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer3 Interface > INALayer3.Reorder Method
ArcGIS Developer Help

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