GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
RotateStartEventInfo Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.RotateEventInfo.html”>GeoBlazor Docs</a> This information is returned as `toolEventInfo` parameter for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch.html#event-update”>update</a> event while the user is rotating the graphics. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch.html#RotateEventInfo”>ArcGIS Maps SDK for JavaScript</a>
public record RotateStartEventInfo : dymaptic.GeoBlazor.Pro.Events.RotateEventInfo, System.IEquatable<dymaptic.GeoBlazor.Pro.Events.RotateStartEventInfo>
Inheritance System.Object 🡒 ToolEventInfo 🡒 RotateEventInfo 🡒 RotateStartEventInfo
Implements System.IEquatable<RotateStartEventInfo>
Constructors
RotateStartEventInfo() Constructor
public RotateStartEventInfo();
Properties
RotateStartEventInfo.InfoType Property
The type of the ToolEventInfo
public override string InfoType { get; }