GraphicElementCollection.Remove

GraphicElementCollection.Remove method

Deletes the GraphicElement element.

public bool Remove(GraphicElement item)
ParameterTypeDescription
itemGraphicElementGraphicElement object that will be deleted.

Return Value

True - if element found; otherwise, false.

See Also