ArcFM Solution Developer Guide
Next Method (ID8List)


Version: 10.2.1a

Resource Center Home

Boolean
Retrieves the next listitem in the list. Returns NULL when there are no items or the end of the list is reached.
Syntax
'Declaration
 
Function Next( _
   Optional ByVal bUseDynamic As Boolean _
) As ID8ListItem
'Usage
 
Dim instance As ID8List
Dim bUseDynamic As Boolean
Dim value As ID8ListItem
 
value = instance.Next(bUseDynamic)
ID8ListItem Next( 
   bool bUseDynamic
)

Parameters

bUseDynamic
Boolean

Return Value

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