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


ILineResequencer.Sort Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILineResequencer.Sort Method

Sort the stored lines and return an ordered array of line OIDs.

[Visual Basic .NET]
Public Sub Sort ( _
    ByVal presentation As Boolean, _
    ByRef ppLineOrder As ILongArray, _
    ByRef ppReverse As ILongArray, _
    ByRef ppParcel As IGeometry, _
    ByRef pFormsLoop As Boolean _
)
[C#]
public void Sort (
    bool presentation,
    ref ILongArray ppLineOrder,
    ref ILongArray ppReverse,
    ref IGeometry ppParcel,
    ref bool pFormsLoop
);
[C++]
HRESULT Sort(
  VARIANT_BOOL presentation,
  ILongArray** ppLineOrder,
  ILongArray** ppReverse,
  IGeometry** ppParcel,
  Boolean* pFormsLoop
);
[C++]

Parameters presentation [in]
presentation is a parameter of type bool ppLineOrder [in, out]
ppLineOrder is a parameter of type ILongArray** ppReverse [in, out]
ppReverse is a parameter of type ILongArray** ppParcel [in, out]
ppParcel is a parameter of type IGeometry** pFormsLoop [in, out]
pFormsLoop is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILineResequencer Interface