Packagecom.esri.ags.tasks.supportClasses
Classpublic class CutResult
InheritanceCutResult Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The result from the cut() method in GeometryService.

See also

com.esri.ags.tasks.GeometryService.cut()


Public Properties
 PropertyDefined By
  cutIndexes : Array
Array of index.
CutResult
  geometries : Array
Array of geometry.
CutResult
Property Detail
cutIndexesproperty
cutIndexes:Array

Array of index.

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


Implementation
    public function get cutIndexes():Array
    public function set cutIndexes(value:Array):void
geometriesproperty 
geometries:Array

Array of geometry.

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


Implementation
    public function get geometries():Array
    public function set geometries(value:Array):void

See also