Packagecom.esri.ags.tasks.supportClasses
Classpublic class NAMessage
InheritanceNAMessage Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 1.2

Represents a message generated during the execution of a Route, ClosestFacility or ServiceArea task. It is composed of a message type and description.

See also

Live sample - Basic Service Area


Public Properties
 PropertyDefined By
  description : String
The description part of the message.
NAMessage
  type : int
The message type.
NAMessage
Property Detail
descriptionproperty
description:String

The description part of the message.

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


Implementation
    public function get description():String
    public function set description(value:String):void
typeproperty 
type:int

The message type.

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


Implementation
    public function get type():int
    public function set type(value:int):void