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

MeasureUnit.GetPredefinedUnits() Method

Returns a list of predefined measure units.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public static List<MeasureUnit> GetPredefinedUnits()

Returns

Type Description
List<MeasureUnit>

A List<T> of MeasureUnit objects, representing typical measure units.

Remarks

For example, this list contains the following units: meters, centimeters, kilometers, inches, foots, miles.

See Also