GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

ReshapeStopEventInfo 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 ReshapeStopEventInfo : dymaptic.GeoBlazor.Pro.Events.ReshapeEventInfo, System.IEquatable<dymaptic.GeoBlazor.Pro.Events.ReshapeStopEventInfo>

Inheritance System.Object 🡒 ToolEventInfo 🡒 ReshapeEventInfo 🡒 ReshapeStopEventInfo

Implements System.IEquatable<ReshapeStopEventInfo>

Constructors

ReshapeStopEventInfo() Constructor

public ReshapeStopEventInfo();

Properties

ReshapeStopEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String