ArcFM Solution Developer Guide
Add Method (ID8List)






ID8ListItem
Adds a list item to the list.
Syntax
'Declaration
 
Sub Add( _
   ByVal pListItem As ID8ListItem _
) 
'Usage
 
Dim instance As ID8List
Dim pListItem As ID8ListItem
 
instance.Add(pListItem)
void Add( 
   ID8ListItem pListItem
)
procedure Add( 
    pListItem: ID8ListItem
); 
function Add( 
   pListItem : ID8ListItem
);
void Add( 
   ID8ListItem* pListItem
) 
void Add( 
   ID8ListItem^ pListItem
) 

Parameters

pListItem
ID8ListItem
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

ID8List Interface
ID8List Members

Send Feedback