GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

SceneLayerGetFieldDomainOptions Class

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

Inheritance System.Object 🡒 SceneLayerGetFieldDomainOptions

Implements System.IEquatable<SceneLayerGetFieldDomainOptions>

Constructors

SceneLayerGetFieldDomainOptions(Graphic) Constructor

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

Parameters

Feature Graphic

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

Properties

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