GeoBlazor Pro


layout: pro title: VertexRemoveEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

VertexRemoveEventInfo Class

This information is returned as toolEventInfo parameter for the update event when the user is removing vertices from the graphic.

public class VertexRemoveEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo

Inheritance System.Object 🡒 ToolEventInfo 🡒 VertexRemoveEventInfo

Properties

VertexRemoveEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String

VertexRemoveEventInfo.Removed Property

An array of x,y coordinates representing the vertices removed.

public double[][] Removed { get; set; }

Property Value

System.Double[][]

VertexRemoveEventInfo.Vertices Property

Contains the details of the removed vertices to track changes in topology of the geometry.

public dymaptic.GeoBlazor.Pro.Model.Vertex[] Vertices { get; set; }

Property Value

Vertex[]