GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

VertexAddEventInfo Class

This information is returned as toolEventInfo parameter for the create
or update event when the user adds vertices to the graphic being created or updated.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 ToolEventInfo 🡒 VertexAddEventInfo

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

Constructors

VertexAddEventInfo(double[][], IReadOnlyCollection) Constructor

This information is returned as toolEventInfo parameter for the create
or update event when the user adds vertices to the graphic being created or updated.
ArcGIS Maps SDK for JavaScript

public VertexAddEventInfo(double[][]? Added=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices>? Vertices=null);

Parameters

Added System.Double[][]

An array of x,y coordinates representing the vertices added.
ArcGIS Maps SDK for JavaScript

Vertices System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices>

Contains the details of the added vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript

Properties

VertexAddEventInfo.Added Property

An array of x,y coordinates representing the vertices added.
ArcGIS Maps SDK for JavaScript

public double[][]? Added { get; set; }

Property Value

System.Double[][]

VertexAddEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String

VertexAddEventInfo.Vertices Property

Contains the details of the added vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices>? Vertices { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices>