TerrainOverlayAddCompleteEventArgs Class |
Namespace: AGI.Foundation.Graphics
The TerrainOverlayAddCompleteEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) | |
Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) | |
Message |
Gets the status message for the
AddAsync
operation.
| |
Status |
Gets whether the
AddAsync
operation was successful.
| |
TerrainOverlay |
Gets the TerrainOverlay that was added asynchronously.
| |
UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |