AreaMeasurementUnit.ToSquareMeters(Double) Method
Converts the current measurement unit value to square meters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The value in the current measurement units. |
Returns
| Type | Description |
|---|---|
| Double | The value in square meters. |
See Also