Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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