MeasureUnit.FromMeters(Double) Method
Converts a value in meters to the value in the current measure unit.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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