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