dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
VertexAddEventInfoVertices Class
Contains the details of the added vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript
public class VertexAddEventInfoVertices :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices>
Inheritance System.Object 🡒 VertexAddEventInfoVertices
Implements System.IEquatable<VertexAddEventInfoVertices>
Constructors
VertexAddEventInfoVertices(Nullable, IReadOnlyCollection, Nullable) Constructor
Contains the details of the added vertices to track changes in topology of the geometry.
ArcGIS Maps SDK for JavaScript
public VertexAddEventInfoVertices(System.Nullable<int> ComponentIndex=null, System.Collections.Generic.IReadOnlyCollection<double>? Coordinates=null, System.Nullable<int> VertexIndex=null);
Parameters
ComponentIndex
System.Nullable<System.Int32>
The ring/path index of the added vertex.
ArcGIS Maps SDK for JavaScript
Coordinates
System.Collections.Generic.IReadOnlyCollection<System.Double>
An array of x,y coordinates representing the vertices added.
ArcGIS Maps SDK for JavaScript
VertexIndex
System.Nullable<System.Int32>
The index of the vertex position.
ArcGIS Maps SDK for JavaScript
Properties
VertexAddEventInfoVertices.ComponentIndex Property
The ring/path index of the added vertex.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> ComponentIndex { get; set; }
Property Value
VertexAddEventInfoVertices.Coordinates Property
An array of x,y coordinates representing the vertices added.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? Coordinates { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
VertexAddEventInfoVertices.VertexIndex Property
The index of the vertex position.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> VertexIndex { get; set; }