GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

WFSLayerGetFieldDomainOptions Class

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

Inheritance System.Object 🡒 WFSLayerGetFieldDomainOptions

Implements System.IEquatable<WFSLayerGetFieldDomainOptions>

Constructors

WFSLayerGetFieldDomainOptions(Graphic) Constructor

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

Parameters

Feature Graphic

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

Properties

WFSLayerGetFieldDomainOptions.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