ArcFM Engine Developer Guide
ExtractItems Method (IMMDesignerAddUtility)


Syntax
'Declaration
 
Function ExtractItems( _
   ByVal pInList As ID8List, _
   ByVal TableName As String, _
   ByVal SubtypeCode As Integer, _
   ByVal MatchingTableName As Boolean, _
   ByVal MatchingSubtype As Boolean _
) As ID8List
'Usage
 
Dim instance As IMMDesignerAddUtility
Dim pInList As ID8List
Dim TableName As String
Dim SubtypeCode As Integer
Dim MatchingTableName As Boolean
Dim MatchingSubtype As Boolean
Dim value As ID8List
 
value = instance.ExtractItems(pInList, TableName, SubtypeCode, MatchingTableName, MatchingSubtype)
ID8List ExtractItems( 
   ID8List pInList,
   string TableName,
   int SubtypeCode,
   bool MatchingTableName,
   bool MatchingSubtype
)

Parameters

pInList
TableName
SubtypeCode
MatchingTableName
MatchingSubtype
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

IMMDesignerAddUtility Interface
IMMDesignerAddUtility Members

 

 


Send Comment