ArcFM Engine Developer Guide
GetMembersDirect Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743864)>
Function GetMembersDirect( _
   ByVal SearchData As Integer, _
   ByVal hWnd As Integer, _
   Optional ByVal WindowType As TliWindowTypes, _
   Optional ByVal ItemDataType As TliItemDataTypes, _
   Optional ByVal ShowUnderscore As Boolean _
) As Short
'Usage
 
Dim instance As _TypeLibInfo
Dim SearchData As Integer
Dim hWnd As Integer
Dim WindowType As TliWindowTypes
Dim ItemDataType As TliItemDataTypes
Dim ShowUnderscore As Boolean
Dim value As Short
 
value = instance.GetMembersDirect(SearchData, hWnd, WindowType, ItemDataType, ShowUnderscore)
[DispId(1610743864)]
short GetMembersDirect( 
   int SearchData,
   int hWnd,
   TliWindowTypes WindowType,
   TliItemDataTypes ItemDataType,
   bool ShowUnderscore
)

Parameters

SearchData
hWnd
WindowType
ItemDataType
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