ArcFM Solution Developer Guide
Insert Method (ID8List)






ID8ListItem
Long
Inserts a list item at the location indicated by the Position parameter.
Syntax
'Declaration
 
Sub Insert( _
   ByVal pListItem As ID8ListItem, _
   ByVal position As System.Integer _
) 
'Usage
 
Dim instance As ID8List
Dim pListItem As ID8ListItem
Dim position As System.Integer
 
instance.Insert(pListItem, position)
void Insert( 
   ID8ListItem pListItem,
   System.int position
)
procedure Insert( 
    pListItem: ID8ListItem;
    position: System.Integer
); 
function Insert( 
   pListItem : ID8ListItem,
   position : System.int
);
void Insert( 
   ID8ListItem* pListItem,
   System.int position
) 
void Insert( 
   ID8ListItem^ pListItem,
   System.int position
) 

Parameters

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