Packagecom.esri.ags.layers.supportClasses
Classpublic class RangeDomain
InheritanceRangeDomain Inheritance Domain Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The range domain has a minimum and maximum value.

See also

Domain Objects in REST documentation


Public Properties
 PropertyDefined By
  maxValue : Number
[read-only] The maximum value for the associated attribute.
RangeDomain
  minValue : Number
[read-only] The minimum value for the associated attribute.
RangeDomain
 Inheritedname : String
The domain name.
Domain
Property Detail
maxValueproperty
maxValue:Number  [read-only]

The maximum value for the associated attribute.

This property can be used as the source for data binding.


Implementation
    public function get maxValue():Number
minValueproperty 
minValue:Number  [read-only]

The minimum value for the associated attribute.

This property can be used as the source for data binding.


Implementation
    public function get minValue():Number