dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
GeoJSONLayerEditsEventDeletedFeatures Class
An array of successfully deleted features.
public class GeoJSONLayerEditsEventDeletedFeatures :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventDeletedFeatures>
Inheritance System.Object 🡒 GeoJSONLayerEditsEventDeletedFeatures
Implements System.IEquatable<GeoJSONLayerEditsEventDeletedFeatures>
Constructors
GeoJSONLayerEditsEventDeletedFeatures(ObjectId) Constructor
An array of successfully deleted features.
public GeoJSONLayerEditsEventDeletedFeatures(dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null);
Parameters
ObjectId
ObjectId
Properties
GeoJSONLayerEditsEventDeletedFeatures.ObjectId Property
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; set; }