ArcFM Engine Developer Guide
GetMembersWithSubString Method (TypeLibInfoClass)


Syntax
'Declaration
 
<DispIdAttribute(1610743857)>
Public Overridable Function GetMembersWithSubString( _
   ByVal SubString As String, _
   Optional ByRef StartResults As SearchResults, _
   Optional ByVal SearchType As TliSearchTypes, _
   Optional ByVal SearchMiddle As Boolean, _
   Optional ByRef Helper As SearchHelper, _
   Optional ByVal Sort As Boolean, _
   Optional ByVal ShowUnderscore As Boolean _
) As SearchResults
'Usage
 
Dim instance As TypeLibInfoClass
Dim SubString As String
Dim StartResults As SearchResults
Dim SearchType As TliSearchTypes
Dim SearchMiddle As Boolean
Dim Helper As SearchHelper
Dim Sort As Boolean
Dim ShowUnderscore As Boolean
Dim value As SearchResults
 
value = instance.GetMembersWithSubString(SubString, StartResults, SearchType, SearchMiddle, Helper, Sort, ShowUnderscore)
[DispId(1610743857)]
public virtual SearchResults GetMembersWithSubString( 
   string SubString,
   out SearchResults StartResults,
   TliSearchTypes SearchType,
   bool SearchMiddle,
   out SearchHelper Helper,
   bool Sort,
   bool ShowUnderscore
)

Parameters

SubString
StartResults
SearchType
SearchMiddle
Helper
Sort
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

TypeLibInfoClass Class
TypeLibInfoClass Members

 

 


Send Comment