Skip to main content

ElevationRequestResult(ElevationInformation[], RequestResultCode, String) Constructor

Initializes a new instance of the ElevationRequestResult class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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 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