GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

RotateEventInfo Class

This information is returned as toolEventInfo parameter for the update
event while the user is rotating the graphics.
ArcGIS Maps SDK for JavaScript

public class RotateEventInfo : dymaptic.GeoBlazor.Pro.Events.ToolEventInfo,
dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo,
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.RotateEventInfo>

Inheritance System.Object 🡒 ToolEventInfo 🡒 RotateEventInfo

Derived
↳ RotateStartEventInfo
↳ RotateStopEventInfo

Implements dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo, System.IEquatable<RotateEventInfo>

Constructors

RotateEventInfo(Nullable) Constructor

This information is returned as toolEventInfo parameter for the update
event while the user is rotating the graphics.
ArcGIS Maps SDK for JavaScript

public RotateEventInfo(System.Nullable<double> Angle=null);

Parameters

Angle System.Nullable<System.Double>

Angle of rotation in degrees.
ArcGIS Maps SDK for JavaScript

Properties

RotateEventInfo.Angle Property

Angle of rotation in degrees.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Angle { get; set; }

Property Value

System.Nullable<System.Double>

RotateEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String