ArcGIS Runtime SDK for WPF - Library Reference
GetEnumerator Method
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : GetEnumerator Method

Returns an enumerator that iterates through the collection.

Syntax

Visual Basic (Declaration) 
Public Function GetEnumerator() As IEnumerator(Of Graphic)
C# 
public IEnumerator<Graphic> GetEnumerator()

Return Value

A IEnumerator that can be used to iterate through the collection.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.