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