Skip to main content

MeasureUnit(Double, String, String) Constructor

Initializes a new instance of the MeasureUnit class with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
metersInUnit Double

A Double object.

name String

A String object specifying the name of a measure unit.

abbreviation String

A String object specifying the name’s abbreviation of a measure unit.

See Also