GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

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.

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

Inheritance System.Object 🡒 ToolEventInfo 🡒 VertexAddEventInfo

Properties

VertexAddEventInfo.Added Property

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

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.

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

Property Value

Vertex[]