ArcGIS Explorer Component Help |
GraphicCollection..::.Remove Method (Graphic) |
GraphicCollection Class See Also |
Removes the specified Graphic 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 bool Remove( Graphic graphic ) |
Visual Basic (Declaration) |
---|
Public Function Remove ( _ graphic As Graphic _ ) As Boolean |
Parameters
- graphic
- Type: ESRI.ArcGISExplorer.Mapping..::.Graphic
A Graphic to remove from the collection.