GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

GeoJSONLayerGetFieldDomainOptions Class

public record GeoJSONLayerGetFieldDomainOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.GeoJSONLayerGetFieldDomainOptions>

Inheritance System.Object 🡒 GeoJSONLayerGetFieldDomainOptions

Implements System.IEquatable<GeoJSONLayerGetFieldDomainOptions>

Constructors

GeoJSONLayerGetFieldDomainOptions(Graphic) Constructor

public GeoJSONLayerGetFieldDomainOptions(dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null);

Parameters

Feature Graphic

The feature to which the Domain is assigned. ArcGIS Maps SDK for JavaScript

Properties

GeoJSONLayerGetFieldDomainOptions.Feature Property

The feature to which the Domain is assigned. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; set; }

Property Value

Graphic