Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MeasureUnit(
    double metersInUnit,
    string name,
    string abbreviation
)

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