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