Class RangeDomainDescription
An object that describes a RangeDomain<T> to be created.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RangeDomainDescription : DomainDescription
Remarks
Creation of domains is currently only supported on mobile geodatabases,
either created in ArcGIS Pro or via Create
Constructors
Name | Description |
---|---|
RangeDomainDescription(String, FieldType, Nullable<Object>, Nullable<Object>) | Initializes a new instance of the Range |
Properties
Name | Description |
---|---|
Max |
Gets or sets the range domain's maximum value. |
Min |
Gets or sets the range domain's minimum value. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 100.15 |