ArcFM Responder Mobile Developer Guide
ExtractItems Method (MMDesignerAddUtilityClass)






Syntax
'Declaration
 
Public Overridable 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 MMDesignerAddUtilityClass
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)
public virtual ID8List ExtractItems( 
   ID8List pInList,
   System.string TableName,
   System.int SubtypeCode,
   System.bool MatchingTableName,
   System.bool MatchingSubtype
)
public function ExtractItems( 
    pInList: ID8List;
    TableName: System.String;
    SubtypeCode: System.Integer;
    MatchingTableName: System.Boolean;
    MatchingSubtype: System.Boolean
): ID8List; virtual; 
public function ExtractItems( 
   pInList : ID8List,
   TableName : System.String,
   SubtypeCode : System.int,
   MatchingTableName : System.boolean,
   MatchingSubtype : System.boolean
) : ID8List;
public: virtual ID8List* ExtractItems( 
   ID8List* pInList,
   System.string* TableName,
   System.int SubtypeCode,
   System.bool MatchingTableName,
   System.bool MatchingSubtype
) 
public:
virtual 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

MMDesignerAddUtilityClass Class
MMDesignerAddUtilityClass Members

Send Feedback