ArcFM Engine Developer Guide
GetMembersDirect Method (TypeLibInfoClass)


Syntax
'Declaration
 
<DispIdAttribute(1610743864)>
Public Overridable 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 TypeLibInfoClass
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)]
public virtual 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

TypeLibInfoClass Class
TypeLibInfoClass Members

 

 


Send Comment