dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

RemovePathResult Class

Result of the RemovePath(Polyline, int) method.

public record RemovePathResult : System.IEquatable<dymaptic.GeoBlazor.Core.Results.RemovePathResult>

Inheritance System.Object 🡒 RemovePathResult

Implements System.IEquatable<RemovePathResult>

Constructors

RemovePathResult(Polyline, Point[]) Constructor

Result of the RemovePath(Polyline, int) method.

public RemovePathResult(dymaptic.GeoBlazor.Core.Components.Geometries.Polyline Polyline, dymaptic.GeoBlazor.Core.Components.Geometries.Point[] Path);

Parameters

Polyline Polyline

The resulting Polyline after the path has been removed.

Path Point[]

The path that was removed from the polyline.

Properties

RemovePathResult.Path Property

The path that was removed from the polyline.

public dymaptic.GeoBlazor.Core.Components.Geometries.Point[] Path { get; init; }

Property Value

Point[]

RemovePathResult.Polyline Property

The resulting Polyline after the path has been removed.

public dymaptic.GeoBlazor.Core.Components.Geometries.Polyline Polyline { get; init; }

Property Value

Polyline