ArcFM Engine Developer Guide
GetMembers Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743863)>
Function GetMembers( _
   ByVal SearchData As Integer, _
   Optional ByVal ShowUnderscore As Boolean _
) As SearchResults
'Usage
 
Dim instance As _TypeLibInfo
Dim SearchData As Integer
Dim ShowUnderscore As Boolean
Dim value As SearchResults
 
value = instance.GetMembers(SearchData, ShowUnderscore)
[DispId(1610743863)]
SearchResults GetMembers( 
   int SearchData,
   bool ShowUnderscore
)

Parameters

SearchData
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