GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
EditorSketchCreateEvent Class
Event result type for the EditorWidget.OnSketchCreate event.
public class EditorSketchCreateEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.EditorSketchCreateEvent>
Inheritance System.Object 🡒 EditorSketchCreateEvent
Implements System.IEquatable<EditorSketchCreateEvent>
Constructors
EditorSketchCreateEvent(EditorSketchCreateEventDetail, Layer) Constructor
Event result type for the EditorWidget.OnSketchCreate event.
public EditorSketchCreateEvent(dymaptic.GeoBlazor.Pro.Events.EditorSketchCreateEventDetail? Detail=null, dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer=null);
Parameters
Detail
EditorSketchCreateEventDetail
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
Properties
EditorSketchCreateEvent.Detail Property
public dymaptic.GeoBlazor.Pro.Events.EditorSketchCreateEventDetail? Detail { get; set; }
Property Value
EditorSketchCreateEvent.Layer Property
public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; set; }