Skip to main content

MeasureUnit.GetPredefinedUnits() Method

Returns a list of predefined measure units.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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