MeasureUnit(Double, String, String) Constructor
Initializes a new instance of the MeasureUnit class with the specified meters in a unit, and the name and abbreviation parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
metersInUnit | Double | A Double value specifying the number of units in one meter. |
name | String | A string specifying the name of the measure unit. |
abbreviation | String | A string specifying the abbreviation of the measure unit. |
See Also