This document is archived and information here might be outdated. Recommended version. |
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*