ArcGIS Explorer Component Help |
GraphicCollection..::.Remove Method (IEnumerable<(Of <(Graphic>)>)) |
GraphicCollection Class See Also |
Removes the specified graphics from the collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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.