| Package | com.esri.ags.layers.supportClasses |
| Class | public class RangeDomain |
| Inheritance | RangeDomain Domain flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined 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 | ||
![]() | name : String
The domain name. | Domain | |
| maxValue | property |
maxValue:Number [read-only] The maximum value for the associated attribute.
This property can be used as the source for data binding.
public function get maxValue():Number| minValue | property |
minValue:Number [read-only] The minimum value for the associated attribute.
This property can be used as the source for data binding.
public function get minValue():Number