Show / Hide Table of Contents

Class GraphicsOverlayCollection

A collection of GraphicsOverlays

Inheritance
System.Object
RuntimeCollection<GraphicsOverlay>
RuntimeObservableCollection<GraphicsOverlay>
GraphicsOverlayCollection
Implements
IEnumerable<GraphicsOverlay>
ICollection<GraphicsOverlay>
IEnumerable
IList
ICollection
IReadOnlyList<GraphicsOverlay>
IReadOnlyCollection<GraphicsOverlay>
INotifyPropertyChanged
INotifyCollectionChanged
RuntimeObservableCollection<GraphicsOverlay>.ClearItems()
RuntimeObservableCollection<GraphicsOverlay>.RemoveItem(Int32)
RuntimeObservableCollection<GraphicsOverlay>.InsertItem(Int32, GraphicsOverlay)
RuntimeObservableCollection<GraphicsOverlay>.AddRange(IEnumerable<GraphicsOverlay>)
RuntimeObservableCollection<GraphicsOverlay>.SetItem(Int32, GraphicsOverlay)
RuntimeObservableCollection<GraphicsOverlay>.MoveItem(Int32, Int32)
RuntimeObservableCollection<GraphicsOverlay>.BlockReentrancy()
RuntimeObservableCollection<GraphicsOverlay>.CheckReentrancy()
RuntimeObservableCollection<GraphicsOverlay>.OnPropertyChanged(String)
RuntimeObservableCollection<GraphicsOverlay>.OnPropertyChanged(PropertyChangedEventArgs)
RuntimeObservableCollection<GraphicsOverlay>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
RuntimeObservableCollection<GraphicsOverlay>.PropertyChanged
RuntimeObservableCollection<GraphicsOverlay>.CollectionChanged
RuntimeCollection<GraphicsOverlay>.Item[Int32]
RuntimeCollection<GraphicsOverlay>.RemoveAt(Int32)
RuntimeCollection<GraphicsOverlay>.Insert(Int32, GraphicsOverlay)
RuntimeCollection<GraphicsOverlay>.Move(Int32, Int32)
RuntimeCollection<GraphicsOverlay>.IndexOf(GraphicsOverlay)
RuntimeCollection<GraphicsOverlay>.GetEnumerator()
RuntimeCollection<GraphicsOverlay>.IsReadOnly
RuntimeCollection<GraphicsOverlay>.Count
RuntimeCollection<GraphicsOverlay>.Add(GraphicsOverlay)
RuntimeCollection<GraphicsOverlay>.Clear()
RuntimeCollection<GraphicsOverlay>.Contains(GraphicsOverlay)
RuntimeCollection<GraphicsOverlay>.CopyTo(GraphicsOverlay[], Int32)
RuntimeCollection<GraphicsOverlay>.Remove(GraphicsOverlay)
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GraphicsOverlayCollection : RuntimeObservableCollection<GraphicsOverlay>

Constructors

Name Description
GraphicsOverlayCollection()

Initializes a new instance of the GraphicsOverlayCollection class.

Properties

Name Description
Item[String]

Gets the GraphicsOverlay with the specified Id.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

Relevant samples

Add graphics with symbols: Use a symbol style to display a graphic on a graphics overlay.
Buffer: Create a buffer around a map point and display the results as a `Graphic`
In This Article
Back to top Copyright © 2022 Esri.