Package | com.esri.bacore |
Class | public final class TaskResultOutput |
Property | Defined by | ||
---|---|---|---|
mapImage : MapImage
MapImage returned by a Business Analyst task.
| TaskResultOutput | ||
recordSet : FeatureSet
Feature record set returned by a Business Analyst task.
| TaskResultOutput | ||
reports : Array
Array of ReportInfo objects returned by a Business Analyst task.
| TaskResultOutput |
Method | Defined by | ||
---|---|---|---|
Creates a new instance of the TaskResultOutput class.
| TaskResultOutput |
mapImage | property |
mapImage:MapImage
[read-write]MapImage returned by a Business Analyst task.
Implementation public function get mapImage():MapImage
public function set mapImage(value:MapImage):void
See also
recordSet | property |
recordSet:FeatureSet
[read-write]Feature record set returned by a Business Analyst task.
Implementation public function get recordSet():FeatureSet
public function set recordSet(value:FeatureSet):void
See also
reports | property |
reports:Array
[read-write]Array of ReportInfo objects returned by a Business Analyst task.
Implementation public function get reports():Array
public function set reports(value:Array):void
See also
TaskResultOutput | () | constructor |
public function TaskResultOutput()
Creates a new instance of the TaskResultOutput class.