GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
VertexRemoveEventInfo Class
This information is returned as toolEventInfo
parameter for the update event
when the user is removing vertices from the graphic.
ArcGIS Maps SDK for JavaScript
public class VertexRemoveEventInfo : dymaptic.GeoBlazor.Pro.Events.ToolEventInfo,
dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo,
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.VertexRemoveEventInfo>
Inheritance System.Object 🡒 ToolEventInfo 🡒 VertexRemoveEventInfo
Implements dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo, System.IEquatable<VertexRemoveEventInfo>
Constructors
VertexRemoveEventInfo(double[][], IReadOnlyCollection) Constructor
This information is returned as toolEventInfo
parameter for the update event
when the user is removing vertices from the graphic.
ArcGIS Maps SDK for JavaScript
public VertexRemoveEventInfo(double[][]? Removed=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices>? Vertices=null);
Parameters
Removed
System.Double[][]
An array of x,y coordinates representing the vertices removed.
ArcGIS Maps SDK for JavaScript
Vertices
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices>
Contains the details of the removed vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript
Properties
VertexRemoveEventInfo.InfoType Property
The type of the ToolEventInfo
public override string InfoType { get; }
Property Value
VertexRemoveEventInfo.Removed Property
An array of x,y coordinates representing the vertices removed.
ArcGIS Maps SDK for JavaScript
public double[][]? Removed { get; set; }
Property Value
VertexRemoveEventInfo.Vertices Property
Contains the details of the removed vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices>? Vertices { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices>