ArcFM Engine Developer Guide
GetMembersWithSubStringDirect Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743858)>
Function GetMembersWithSubStringDirect( _
   ByVal SubString As String, _
   ByVal hWnd As Integer, _
   Optional ByVal WindowType As TliWindowTypes, _
   Optional ByVal SearchType As TliSearchTypes, _
   Optional ByVal SearchMiddle As Boolean, _
   Optional ByRef Helper As SearchHelper, _
   Optional ByVal ShowUnderscore As Boolean _
) As Short
'Usage
 
Dim instance As _TypeLibInfo
Dim SubString As String
Dim hWnd As Integer
Dim WindowType As TliWindowTypes
Dim SearchType As TliSearchTypes
Dim SearchMiddle As Boolean
Dim Helper As SearchHelper
Dim ShowUnderscore As Boolean
Dim value As Short
 
value = instance.GetMembersWithSubStringDirect(SubString, hWnd, WindowType, SearchType, SearchMiddle, Helper, ShowUnderscore)
[DispId(1610743858)]
short GetMembersWithSubStringDirect( 
   string SubString,
   int hWnd,
   TliWindowTypes WindowType,
   TliSearchTypes SearchType,
   bool SearchMiddle,
   out SearchHelper Helper,
   bool ShowUnderscore
)

Parameters

SubString
hWnd
WindowType
SearchType
SearchMiddle
Helper
ShowUnderscore
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

_TypeLibInfo Interface
_TypeLibInfo Members

 

 


Send Comment