GraphicElementCollection.Contains

GraphicElementCollection.Contains method

Determines whether an element is in the collection.

public bool Contains(GraphicElement item)
ParameterTypeDescription
itemGraphicElementGraphicElement to search.

Return Value

True - if element found; otherwise, false.

See Also