ArcFM Engine Developer Guide
AddTypesDirect Method (TypeLibInfoClass)


Syntax
'Declaration
 
<DispIdAttribute(1610743874)>
Public Overridable Function AddTypesDirect( _
   ByRef TypeInfoNumbers() As Short, _
   ByVal hWnd As Integer, _
   Optional ByVal WindowType As TliWindowTypes, _
   Optional ByVal SearchType As TliSearchTypes _
) As Short
'Usage
 
Dim instance As TypeLibInfoClass
Dim TypeInfoNumbers() As Short
Dim hWnd As Integer
Dim WindowType As TliWindowTypes
Dim SearchType As TliSearchTypes
Dim value As Short
 
value = instance.AddTypesDirect(TypeInfoNumbers, hWnd, WindowType, SearchType)
[DispId(1610743874)]
public virtual short AddTypesDirect( 
   ref short[] TypeInfoNumbers,
   int hWnd,
   TliWindowTypes WindowType,
   TliSearchTypes SearchType
)

Parameters

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