| Package | com.esri.ags.tasks.supportClasses |
| Class | public class AreasAndLengthsResult |
| Inheritance | AreasAndLengthsResult flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| areas : Array
Array of area of input polygons. | AreasAndLengthsResult | ||
| lengths : Array
Array of length of input polygons. | AreasAndLengthsResult | ||
| areas | property |
areas:ArrayArray of area of input polygons.
This property can be used as the source for data binding.
public function get areas():Array public function set areas(value:Array):void| lengths | property |
lengths:ArrayArray of length of input polygons.
This property can be used as the source for data binding.
public function get lengths():Array public function set lengths(value:Array):void