Removes the specified graphics from the collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
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.