Responder Developer Guide
LineSequenceComparison Method


Syntax
'Declaration
 
Public Shared Function LineSequenceComparison( _
   ByVal x As OrderLine, _
   ByVal y As OrderLine _
) As Integer
'Usage
 
Dim x As OrderLine
Dim y As OrderLine
Dim value As Integer
 
value = OrderStructureInformation.LineSequenceComparison(x, y)
public static int LineSequenceComparison( 
   OrderLine x,
   OrderLine y
)

Parameters

x
y
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