Removes the specified graphics from the collection.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void Remove(
	IEnumerable<Graphic> graphics
)
Visual Basic (Declaration)
Public Sub Remove ( _
	graphics As IEnumerable(Of Graphic) _
)

Parameters

graphics
Type: System.Collections.Generic..::.IEnumerable<(Of <(Graphic>)>)

An enumerable set of Graphic objects to remove from the collection.

See Also