This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer3 Interface > INALayer3.Reorder Method (ArcObjects .NET 10.4 SDK) |
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