GeoJsonFeatureCollection.Remove method
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.GeoJson.Features |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
Remove(GeoJsonFeature)
Removes the first occurence of the specified feature.
public bool Remove(GeoJsonFeature feature)
Parameters
feature
GeoJsonFeature
The feature to be removed.
Returns
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the feature collection.