ArcFM Responder Mobile Developer Guide
ExtractItems Method (IMMDesignerAddUtility)






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

Parameters

pInList
TableName
SubtypeCode
MatchingTableName
MatchingSubtype
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDesignerAddUtility Interface
IMMDesignerAddUtility Members

Send Feedback