Packagecom.esri.ags.events
Classpublic class IdentifyEvent
InheritanceIdentifyEvent Inheritance flash.events.Event

Represents event objects that are specific to the IdentifyTask. Fires when the identify operation is complete.

See also

com.esri.ags.tasks.IdentifyTask


Public Properties
 PropertyDefined by
  identifyResults : Array
Array of IdentifyResult.
IdentifyEvent
Public Methods
 MethodDefined by
  
IdentifyEvent(type:String, identifyResults:Array = null)
Creates a new IdentifyEvent.
IdentifyEvent
Public Constants
 ConstantDefined by
  IDENTIFY_COMPLETE : String = "identifyComplete"
[static] Defines the value of the type property of an identifyComplete event object.
IdentifyEvent
Property detail
identifyResultsproperty
public var identifyResults:Array

Array of IdentifyResult. This property is set when the type is identifyComplete.

See also

Constructor detail
IdentifyEvent()constructor
public function IdentifyEvent(type:String, identifyResults:Array = null)

Creates a new IdentifyEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
identifyResults:Array (default = null) — The identifyResults associated with this event, or null.
Constant detail
IDENTIFY_COMPLETEconstant
public static const IDENTIFY_COMPLETE:String = "identifyComplete"

Defines the value of the type property of an identifyComplete event object.