dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

VertexRemoveEventInfoVertices Class

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

public class VertexRemoveEventInfoVertices :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices>

Inheritance System.Object 🡒 VertexRemoveEventInfoVertices

Implements System.IEquatable<VertexRemoveEventInfoVertices>

Constructors

VertexRemoveEventInfoVertices(Nullable, IReadOnlyCollection, Nullable) Constructor

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

public VertexRemoveEventInfoVertices(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 removed vertex.
ArcGIS Maps SDK for JavaScript

Coordinates System.Collections.Generic.IReadOnlyCollection<System.Double>

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

VertexIndex System.Nullable<System.Int32>

The index of the vertex position.
ArcGIS Maps SDK for JavaScript

Properties

VertexRemoveEventInfoVertices.ComponentIndex Property

The ring/path index of the removed vertex.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> ComponentIndex { get; set; }

Property Value

System.Nullable<System.Int32>

VertexRemoveEventInfoVertices.Coordinates Property

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

public System.Collections.Generic.IReadOnlyCollection<double>? Coordinates { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

VertexRemoveEventInfoVertices.VertexIndex Property

The index of the vertex position.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> VertexIndex { get; set; }

Property Value

System.Nullable<System.Int32>