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

MeasureUnit.FromMeters(Double) Method

Converts a value in meters to the value in the current measure unit.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public double FromMeters(
    double value
)

Parameters

Name Type Description
value Double

A Double value specifying the quantity in meters.

Returns

Type Description
Double

A Double value specifying the quantity in the current measure unit.

See Also