ArcFM Engine Developer Guide
Init Method (_SearchHelper)


Syntax
'Declaration
 
<TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
<DispIdAttribute(1610743812)>
Sub Init( _
   ByVal SysKind As SysKinds, _
   ByVal LCID As Integer, _
   Optional ByVal GrowSize As Short _
) 
'Usage
 
Dim instance As _SearchHelper
Dim SysKind As SysKinds
Dim LCID As Integer
Dim GrowSize As Short
 
instance.Init(SysKind, LCID, GrowSize)
[TypeLibFunc(TypeLibFuncFlags.FHidden)]
[DispId(1610743812)]
void Init( 
   SysKinds SysKind,
   int LCID,
   short GrowSize
)

Parameters

SysKind
LCID
GrowSize
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

_SearchHelper Interface
_SearchHelper Members

 

 


Send Comment