| Package | com.esri.ags.events |
| Class | public class ImageServiceIdentifyEvent |
| Inheritance | ImageServiceIdentifyEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| identifyResult : ImageServiceIdentifyResult
The result from an ImageServiceIdentifyTask. | ImageServiceIdentifyEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ImageServiceIdentifyEvent(type:String, identifyResult:ImageServiceIdentifyResult = null)
Creates a new ImageServiceIdentifyEvent. | ImageServiceIdentifyEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXECUTE_COMPLETE : String = executeComplete [static]
Defines the value of the type property of an executeComplete event object. | ImageServiceIdentifyEvent | ||
| identifyResult | property |
public var identifyResult:ImageServiceIdentifyResult
The result from an ImageServiceIdentifyTask.
This property is set when the type is executeComplete.
See also
| ImageServiceIdentifyEvent | () | Constructor |
public function ImageServiceIdentifyEvent(type:String, identifyResult:ImageServiceIdentifyResult = null)Creates a new ImageServiceIdentifyEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
identifyResult:ImageServiceIdentifyResult (default = null) — The identifyResult associated with this event, or null.
|
| EXECUTE_COMPLETE | Constant |
public static const EXECUTE_COMPLETE:String = executeComplete
Defines the value of the type property of an executeComplete event object.