layout: default title: HighlightHandle parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

HighlightHandle Class

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

public class HighlightHandle :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.HighlightHandle>

Inheritance System.Object 🡒 HighlightHandle

Implements System.IEquatable<HighlightHandle>

Constructors

HighlightHandle(IJSObjectReference) Constructor

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

public HighlightHandle(Microsoft.JSInterop.IJSObjectReference JsObjectReference);

Parameters

JsObjectReference Microsoft.JSInterop.IJSObjectReference

The JavaScript object reference used by the handle.

Properties

HighlightHandle.JsObjectReference Property

The JavaScript object reference used by the handle.

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

Property Value

Microsoft.JSInterop.IJSObjectReference

Methods

HighlightHandle.Remove() Method

Removes the highlight.

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

Returns

System.Threading.Tasks.Task