Represents args for the event raised when a response to a set AOI for service request is received.
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| SetAOIEventArgs(Boolean, String, String, SetAOIType, String) |
The constructor.
| |
| aoiType |
The Set AOI type: "INCLUDE", "EXCLUDE", "CLEAR_AOI"
| |
| aoiXml |
AOI Envelope XML
| |
| ErrorMessage |
The error message from a failed request.
| |
| Service |
The service name.
| |
| Succeeded |
Indicates whether the request was successful or not.
|