ArcFM Solution Developer Guide
AddEx Method (ID8List)


Variant
Supports adding multiple items by passing in a safearray. After adding all of the items in the safearray, the method will fire the ItemRebuilt event.
Syntax
'Declaration
 
Sub AddEx( _
   ByVal vSafeArrayOfItems As Object _
) 
'Usage
 
Dim instance As ID8List
Dim vSafeArrayOfItems As Object
 
instance.AddEx(vSafeArrayOfItems)
void AddEx( 
   object vSafeArrayOfItems
)

Parameters

vSafeArrayOfItems
Variant
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

ID8List Interface
ID8List Members

 

 


Send Comment