GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

EditorSketchUpdateEventDetail Class

public class EditorSketchUpdateEventDetail :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.EditorSketchUpdateEventDetail>

Inheritance System.Object 🡒 EditorSketchUpdateEventDetail

Implements System.IEquatable<EditorSketchUpdateEventDetail>

Constructors

EditorSketchUpdateEventDetail(Nullable, IReadOnlyCollection, Nullable, Nullable, IUpdateToolEventInfo) Constructor

public EditorSketchUpdateEventDetail(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, dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo? ToolEventInfo=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>

ToolEventInfo dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo

Properties

EditorSketchUpdateEventDetail.Aborted Property

public System.Nullable<bool> Aborted { get; set; }

Property Value

System.Nullable<System.Boolean>

EditorSketchUpdateEventDetail.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>

EditorSketchUpdateEventDetail.State Property

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchEventState> State { get; set; }

Property Value

System.Nullable<SketchEventState>

EditorSketchUpdateEventDetail.Tool Property

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; set; }

Property Value

System.Nullable<SketchTool>

EditorSketchUpdateEventDetail.ToolEventInfo Property

public dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo? ToolEventInfo { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo