ArcFM Responder Mobile Developer Guide
BuildList Method






Syntax
'Declaration
 
Sub BuildList( _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As IMMListBuilder
Dim pList As ID8List
 
instance.BuildList(pList)
void BuildList( 
   ID8List pList
)
procedure BuildList( 
    pList: ID8List
); 
function BuildList( 
   pList : ID8List
);
void BuildList( 
   ID8List* pList
) 
void BuildList( 
   ID8List^ pList
) 

Parameters

pList
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

IMMListBuilder Interface
IMMListBuilder Members

Send Feedback