GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

WFSLayerGetFieldDomainOptions Class

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

dymaptic.GeoBlazor.Core.Components.Graphic