dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

SublayerGetFieldDomainOptions Class

public class SublayerGetFieldDomainOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.SublayerGetFieldDomainOptions>

Inheritance System.Object 🡒 SublayerGetFieldDomainOptions

Implements System.IEquatable<SublayerGetFieldDomainOptions>

Constructors

SublayerGetFieldDomainOptions(Graphic) Constructor

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

Parameters

Feature Graphic

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

Properties

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