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


ILineResequencer.Sort Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILineResequencer Interface > ILineResequencer.Sort Method
ArcGIS Developer Help

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