Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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