GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

GeoJSONLayerGetFieldDomainOptions Class

public class 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 dymaptic.GeoBlazor.Core.Components.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

dymaptic.GeoBlazor.Core.Components.Graphic