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 parameters.

Namespace: DevExpress.Xpf.Map

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

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