ArcFM Engine Developer Guide
GetEnumerator Method (ColorScheme)


Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of Color)
'Usage
 
Dim instance As ColorScheme
Dim value As IEnumerator(Of Color)
 
value = instance.GetEnumerator()
public IEnumerator<Color> 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

ColorScheme Class
ColorScheme Members

 

 


Send Comment