Show / Hide Table of Contents

Class RangeDomainDescription

The description of a RangeDomain<T> to be created.

Inheritance
System.Object
DomainDescription
RangeDomainDescription
DomainDescription.FieldType
DomainDescription.Name
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RangeDomainDescription : DomainDescription
Remarks

Use the RangeDomainDescription to create a new RangeDomain<T> in a mobile geodatabase, by calling CreateDomainAsync(DomainDescription). The mobile geodatabase must have been created in ArcGIS Pro or using CreateAsync(String).

Constructors

Name Description
RangeDomainDescription(String, FieldType, Object, Object)

Initializes a new instance of the RangeDomainDescription class with the specified name and values.

Properties

Name Description
MaxValue

Gets or sets the range domain's maximum value.

MinValue

Gets or sets the range domain's minimum value.

See Also

CodedValueDomainDescription

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7
In This Article
Back to top Copyright © 2022 Esri.