ArcFM Engine Developer Guide
Locate Method


Syntax
'Declaration
 
<DispIdAttribute(1610743819)>
Function Locate( _
   Optional ByVal SearchString As String, _
   Optional ByVal CustomSort As CustomSort, _
   Optional ByVal StartAfter As Integer _
) As Integer
'Usage
 
Dim instance As SearchResults
Dim SearchString As String
Dim CustomSort As CustomSort
Dim StartAfter As Integer
Dim value As Integer
 
value = instance.Locate(SearchString, CustomSort, StartAfter)
[DispId(1610743819)]
int Locate( 
   string SearchString,
   CustomSort CustomSort,
   int StartAfter
)

Parameters

SearchString
CustomSort
StartAfter
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

SearchResults Interface
SearchResults Members

 

 


Send Comment