Skip to main content
A newer version of this page is available. .
All docs
V21.1

AreaMeasurementUnit.FromSquareMeters(Double) Method

Converts a value in square meters to the value in the current measurement unit.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public double FromSquareMeters(
    double value
)

Parameters

Name Type Description
value Double

Quantity in meters.

Returns

Type Description
Double

Quantity in the current measurement units.

See Also