GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

CSVLayerGetFieldDomainOptions Class

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

Inheritance System.Object 🡒 CSVLayerGetFieldDomainOptions

Implements System.IEquatable<CSVLayerGetFieldDomainOptions>

Constructors

CSVLayerGetFieldDomainOptions(Graphic) Constructor

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

Parameters

Feature Graphic

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

Properties

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