GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
EditorSketchCreateEventDetail Class
public record EditorSketchCreateEventDetail : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.EditorSketchCreateEventDetail>
Inheritance System.Object 🡒 EditorSketchCreateEventDetail
Implements System.IEquatable<EditorSketchCreateEventDetail>
Constructors
EditorSketchCreateEventDetail(Graphic, Nullable, Nullable, ICreateToolEventInfo) Constructor
public EditorSketchCreateEventDetail(dymaptic.GeoBlazor.Core.Components.Graphic? Graphic=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchEventState> State=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool=null, dymaptic.GeoBlazor.Core.Interfaces.ICreateToolEventInfo? ToolEventInfo=null);
Parameters
Graphic
Graphic
State
System.Nullable<SketchEventState>
Tool
System.Nullable<SketchTool>
ToolEventInfo
ICreateToolEventInfo
Properties
EditorSketchCreateEventDetail.Graphic Property
public dymaptic.GeoBlazor.Core.Components.Graphic? Graphic { get; init; }
Property Value
EditorSketchCreateEventDetail.State Property
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchEventState> State { get; init; }
Property Value
System.Nullable<SketchEventState>
EditorSketchCreateEventDetail.Tool Property
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.SketchTool> Tool { get; init; }
Property Value
EditorSketchCreateEventDetail.ToolEventInfo Property
public dymaptic.GeoBlazor.Core.Interfaces.ICreateToolEventInfo? ToolEventInfo { get; init; }