This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILineResequencer Interface > ILineResequencer.Sort Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* pFormsLoop
);
[C++]
Parameters presentation [in] presentation is a parameter of type VARIANT_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 VARIANT_BOOL