Skip to main content

MapEditor.RemoveItems(IEnumerable<MapItem>) Method

Removes the specified items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void RemoveItems(
    IEnumerable<MapItem> items
)

Parameters

Name Type Description
items IEnumerable<MapItem>

A collection of the MapItem descendant objects that should be removed.

See Also