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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.