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

MapControl.CalculateKilometersScale() Method

OBSOLETE

The CalculateKilometersScale method is obsolete now.

Calculates map scale in kilometers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[Obsolete("The CalculateKilometersScale method is obsolete now.")]
[PreferableMember("MapControl", "CalculateKilometersScale", "")]
[Browsable(false)]
public double CalculateKilometersScale()

Returns

Type Description
Double

A Double value, specifying a kilometers scale of the map.

See Also