RangeDomain QML Type

  • Esri.ArcGISRuntime
  • RangeDomain
  • A domain which specifies a range of valid values for a field. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Domain

    Properties

    Detailed Description

    Note: Since the 100.10 release, this class may be created from json. This is the only way the class may be created.

    Property Documentation

    [read-only] maxValue : var

    Returns the maximum value of the range (read-only).

    Note: The supported types are:

    • int
    • real
    • double
    • date

    [read-only] minValue : var

    Returns the minimum value of the range (read-only).

    Note: The supported types are:

    • int
    • real
    • double
    • date

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.