ElevationRequestResult(ElevationInformation[], RequestResultCode, String) Constructor
Initializes a new instance of the ElevationRequestResult class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public ElevationRequestResult(
ElevationInformation[] elevations,
RequestResultCode statusCode,
string faultReason
)
Parameters
Name | Type | Description |
---|---|---|
elevations | ElevationInformation[] | An array of the ElevationInformation objects specifying the location elevations received from a web service. |
statusCode | RequestResultCode | A RequestResultCode object specifying the request result code. |
faultReason | String | A String value specifying the reason for the request fault. |
See Also