AreaMeasurementUnit(Double, String, String) Constructor
Initializes a new instance of the AreaMeasurementUnit struct with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
squareMetersInUnit | Double | The number of units in one square meter. |
name | String | The measurement unit name. |
abbreviation | String | The measurement unit abbreviation. |
See Also