Removes the specified Graphic 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 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.

Return Value

trueTruetruetrue (True in Visual Basic) if the Graphic was present in the collection and has been removed, otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also