ArcGIS API for WPF - Library Reference
GraphicsLayers Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Editor Class : GraphicsLayers Property

Iterates on the graphics layers this editor is working on, based on the LayerIDs and Map properties.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GraphicsLayers As IEnumerable(Of GraphicsLayer)
C# 
public IEnumerable<GraphicsLayer> GraphicsLayers {get;}

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.