layout: default title: HitTestOptions parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

HitTestOptions Class

Options to specify what is included in or excluded from the hitTest.

public class HitTestOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.HitTestOptions>

Inheritance System.Object 🡒 HitTestOptions

Implements System.IEquatable<HitTestOptions>

Properties

HitTestOptions.ExcludeByGeoBlazorId Property

A list of layers and/or graphics GeoBlazor Ids (Guid) to exclude from the hitTest. No layers or graphics will be
excluded if exclude is not specified.

public System.Collections.Generic.IEnumerable<System.Guid>? ExcludeByGeoBlazorId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.Guid>

HitTestOptions.ExcludeGraphicsByArcGISId Property

A list of graphic ArcGIS OBJECTID attributes to exclude in the hitTest. No layers and graphics will be excluded if
exclude is not specified.

public System.Collections.Generic.IEnumerable<string>? ExcludeGraphicsByArcGISId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.String>

HitTestOptions.ExcludeLayersByArcGISId Property

A list of layer ArcGIS Ids (aka FIELDID or OBJECTID) to exclude in the hitTest. No layers and graphics will be
excluded if exclude is not specified.

public System.Collections.Generic.IEnumerable<string>? ExcludeLayersByArcGISId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.String>

HitTestOptions.IncludeByGeoBlazorId Property

A list of layers and/or graphics GeoBlazor Ids (Guid) to include in the hitTest. All layers and graphics will be
included if include is not specified.

public System.Collections.Generic.IEnumerable<System.Guid>? IncludeByGeoBlazorId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.Guid>

HitTestOptions.IncludeGraphicsByArcGISId Property

A list of graphic ArcGIS OBJECTID attributes to include in the hitTest. All layers and graphics will be included if
include is not specified.

public System.Collections.Generic.IEnumerable<string>? IncludeGraphicsByArcGISId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.String>

HitTestOptions.IncludeLayersByArcGISId Property

A list of layer ArcGIS Ids (aka FIELDID or OBJECTID) to include in the hitTest. All layers and graphics will be
included if include is not specified.

public System.Collections.Generic.IEnumerable<string>? IncludeLayersByArcGISId { get; set; }

Property Value

System.Collections.Generic.IEnumerable<System.String>