ArcFM Engine Developer Guide
Compare Method (CustomSort)


Syntax
'Declaration
 
<DispIdAttribute(1610743808)>
Sub Compare( _
   ByVal Item1 As SearchItem, _
   ByVal Item2 As SearchItem, _
   ByRef Compare As Integer _
) 
'Usage
 
Dim instance As CustomSort
Dim Item1 As SearchItem
Dim Item2 As SearchItem
Dim Compare As Integer
 
instance.Compare(Item1, Item2, Compare)
[DispId(1610743808)]
void Compare( 
   SearchItem Item1,
   SearchItem Item2,
   out int Compare
)

Parameters

Item1
Item2
Compare
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

CustomSort Interface
CustomSort Members

 

 


Send Comment