ArcFM Engine Developer Guide
GetEnumerator Method (CauseOutageAccumulator)


Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of Integer,OutageAccumulator))
'Usage
 
Dim instance As CauseOutageAccumulator
Dim value As IEnumerator(Of KeyValuePair(Of Integer,OutageAccumulator))
 
value = instance.GetEnumerator()

Return Value

A IEnumerator that can be used to iterate through the collection.
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

CauseOutageAccumulator Class
CauseOutageAccumulator Members

 

 


Send Comment