ArcFM Engine Developer Guide
GetTypesWithMemberDirect Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743856)>
Function GetTypesWithMemberDirect( _
   ByVal MemberName As String, _
   ByVal hWnd As Integer, _
   Optional ByVal WindowType As TliWindowTypes, _
   Optional ByVal SearchType As TliSearchTypes, _
   Optional ByVal ShowUnderscore As Boolean _
) As Short
'Usage
 
Dim instance As _TypeLibInfo
Dim MemberName As String
Dim hWnd As Integer
Dim WindowType As TliWindowTypes
Dim SearchType As TliSearchTypes
Dim ShowUnderscore As Boolean
Dim value As Short
 
value = instance.GetTypesWithMemberDirect(MemberName, hWnd, WindowType, SearchType, ShowUnderscore)
[DispId(1610743856)]
short GetTypesWithMemberDirect( 
   string MemberName,
   int hWnd,
   TliWindowTypes WindowType,
   TliSearchTypes SearchType,
   bool ShowUnderscore
)

Parameters

MemberName
hWnd
WindowType
SearchType
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