GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
CSVLayerGetFieldDomainOptions Class
public class 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
dymaptic.GeoBlazor.Core.Components.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; }