dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

CoverageDescriptionV100DomainSetSpatialDomainOffset Class

Spatial domain x, y offset.
ArcGIS Maps SDK for JavaScript

public class CoverageDescriptionV100DomainSetSpatialDomainOffset :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100DomainSetSpatialDomainOffset>

Inheritance System.Object 🡒 CoverageDescriptionV100DomainSetSpatialDomainOffset

Implements System.IEquatable<CoverageDescriptionV100DomainSetSpatialDomainOffset>

Constructors

CoverageDescriptionV100DomainSetSpatialDomainOffset(Nullable, object) Constructor

Spatial domain x, y offset.
ArcGIS Maps SDK for JavaScript

public CoverageDescriptionV100DomainSetSpatialDomainOffset(System.Nullable<double> X=null, object? Y=null);

Parameters

X System.Nullable<System.Double>

Spatial domain x offset.
ArcGIS Maps SDK for JavaScript

Y System.Object

Spatial domain y offset.
ArcGIS Maps SDK for JavaScript

Properties

CoverageDescriptionV100DomainSetSpatialDomainOffset.X Property

Spatial domain x offset.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> X { get; set; }

Property Value

System.Nullable<System.Double>

CoverageDescriptionV100DomainSetSpatialDomainOffset.Y Property

Spatial domain y offset.
ArcGIS Maps SDK for JavaScript

public object? Y { get; set; }

Property Value

System.Object