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

MeasureUnit Class

Represents a measure unit used by a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.1.dll

Declaration

[TypeConverter("DevExpress.XtraMap.Design.MeasureUnitTypeConverter, DevExpress.XtraMap.v18.1.Design, Version=18.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
public sealed class MeasureUnit

Remarks

An instance of the MeasureUnit class can be accessed using the CartesianMapCoordinateSystem.MeasureUnit property or the CartesianSourceCoordinateSystem.MeasureUnit property.

Inheritance

Object
MeasureUnit
See Also