GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

ReshapeEventInfo Class

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

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

Inheritance System.Object 🡒 ToolEventInfo 🡒 ReshapeEventInfo

Derived
↳ ReshapeStartEventInfo
↳ ReshapeStopEventInfo

Implements IUpdateToolEventInfo, System.IEquatable<ReshapeEventInfo>

Constructors

ReshapeEventInfo() Constructor

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

public ReshapeEventInfo();

Properties

ReshapeEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String