AreaMeasurementUnit.GetPredefinedUnits() Method
Returns a list of predefined measurement units.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
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:
See Also