ArcFM Solution Developer Guide
Reset Method (ID8List)






Resets the list iterator. Call before the first call to Next or when you need to get the first item in the list.
Syntax
'Declaration
 
Sub Reset() 
'Usage
 
Dim instance As ID8List
 
instance.Reset()
void Reset()
procedure Reset(); 
function Reset();
void Reset(); 
void Reset(); 
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