Responder Developer Guide
SortSequentially Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SortSequentially( _
   ByVal lines As IEnumerable(Of OrderLine) _
) As IEnumerable(Of OrderLine)
'Usage
 
Dim lines As IEnumerable(Of OrderLine)
Dim value As IEnumerable(Of OrderLine)
 
value = OrderStructureInformation.SortSequentially(lines)
[Extension()]
public static IEnumerable<OrderLine> SortSequentially( 
   IEnumerable<OrderLine> lines
)

Parameters

lines
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OrderStructureInformation Class
OrderStructureInformation Members

 

 


Send Comment