MapEditor.RemoveItems(IEnumerable<MapItem>) Method
Removes the specified items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<MapItem> | A collection of the MapItem descendant objects that should be removed. |
See Also