GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
EditorViewModelSketchUpdateEventDetail Class
Detailed information returned within the “sketch-update” event.
public class EditorViewModelSketchUpdateEventDetail :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.EditorViewModelSketchUpdateEventDetail>
Inheritance System.Object 🡒 EditorViewModelSketchUpdateEventDetail
Implements System.IEquatable<EditorViewModelSketchUpdateEventDetail>
Constructors
EditorViewModelSketchUpdateEventDetail(Nullable, IReadOnlyCollection, Nullable, Nullable) Constructor
Detailed information returned within the “sketch-update” event.
public EditorViewModelSketchUpdateEventDetail(System.Nullable<bool> Aborted=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Graphics=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchEventState> State=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool=null);
Parameters
Aborted
System.Nullable<System.Boolean>
Graphics
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>
State
System.Nullable<SketchEventState>
Tool
System.Nullable<SketchTool>
Properties
EditorViewModelSketchUpdateEventDetail.Aborted Property
public System.Nullable<bool> Aborted { get; set; }
Property Value
System.Nullable<System.Boolean>
EditorViewModelSketchUpdateEventDetail.Graphics Property
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? Graphics { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>
EditorViewModelSketchUpdateEventDetail.State Property
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchEventState> State { get; set; }
Property Value
System.Nullable<SketchEventState>
EditorViewModelSketchUpdateEventDetail.Tool Property
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; set; }