ArcFM Solution Developer Guide
GetEnumerator Method (ColorScheme)


Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.IteratorStateMachineAttribute(Miner.Responder.Framework.Interaction.ColorScheme+d__8)>
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of Color)
'Usage
 
Dim instance As ColorScheme
Dim value As System.Collections.Generic.IEnumerator(Of Color)
 
value = instance.GetEnumerator()
[System.Runtime.CompilerServices.IteratorStateMachine(Miner.Responder.Framework.Interaction.ColorScheme+d__8)]
public System.Collections.Generic.IEnumerator<Color> GetEnumerator()

Return Value

A System.Collections.Generic.IEnumerator`1 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

ColorScheme Class
ColorScheme Members

 

 


Send Comment