Skip to main content
A newer version of this page is available. .
All docs
V21.1

AreaMeasurementUnit.GetPredefinedUnits() Method

Returns a list of predefined measurement units.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public static List<AreaMeasurementUnit> GetPredefinedUnits()

Returns

Type Description
List<AreaMeasurementUnit>

A list of predefined measurement units.

Remarks

The following code sets a list of measurement units to the units variable:

List<AreaMeasurementUnit> units = AreaMeasurementUnit.GetPredefinedUnits();
See Also