ElevationRequestResult(ElevationInformation[], RequestResultCode, String) Constructor
Initializes a new instance of the ElevationRequestResult class with the specified parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public ElevationRequestResult(
ElevationInformation[] elevations,
RequestResultCode statusCode,
string faultReason
)
Parameters
| Name | Type | Description |
|---|---|---|
| elevations | ElevationInformation[] | An array of the |
| statusCode | RequestResultCode | A |
| faultReason | String | A String value specifying the reason for the request fault. |
See Also