ArcFM Engine Developer Guide
AddTypes Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743873)>
Function AddTypes( _
   ByRef TypeInfoNumbers() As Short, _
   Optional ByRef StartResults As SearchResults, _
   Optional ByVal SearchType As TliSearchTypes, _
   Optional ByVal Sort As Boolean _
) As SearchResults
'Usage
 
Dim instance As _TypeLibInfo
Dim TypeInfoNumbers() As Short
Dim StartResults As SearchResults
Dim SearchType As TliSearchTypes
Dim Sort As Boolean
Dim value As SearchResults
 
value = instance.AddTypes(TypeInfoNumbers, StartResults, SearchType, Sort)
[DispId(1610743873)]
SearchResults AddTypes( 
   ref short[] TypeInfoNumbers,
   out SearchResults StartResults,
   TliSearchTypes SearchType,
   bool Sort
)

Parameters

TypeInfoNumbers
StartResults
SearchType
Sort
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