dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

Handle Class

A handle to a LayerView.Highlight call result. The handle can be used to remove the installed highlight or other events.

public class Handle :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.Handle>

Inheritance System.Object 🡒 Handle

Implements System.IEquatable<Handle>

Constructors

Handle(IJSObjectReference) Constructor

A handle to a LayerView.Highlight call result. The handle can be used to remove the installed highlight or other events.

public Handle(Microsoft.JSInterop.IJSObjectReference JsObjectReference);

Parameters

JsObjectReference Microsoft.JSInterop.IJSObjectReference

The JavaScript object reference used by the handle.

Properties

Handle.JsObjectReference Property

The JavaScript object reference used by the handle.

public Microsoft.JSInterop.IJSObjectReference JsObjectReference { get; set; }

Property Value

Microsoft.JSInterop.IJSObjectReference

Methods

Handle.Remove() Method

Removes the handle.

public System.Threading.Tasks.Task Remove();

Returns

System.Threading.Tasks.Task