ArcFM Solution 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
)

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