Back to Devexpress

EllipsoidBasedCartesianToGeoConverter.FalseNorthing Property

windowsforms-devexpress-dot-xtramap-dot-ellipsoidbasedcartesiantogeoconverter-86ddf4d8.md

latest1.3 KB
Original Source

EllipsoidBasedCartesianToGeoConverter.FalseNorthing Property

Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public double FalseNorthing { get; set; }
vb
<DefaultValue(0)>
Public Property FalseNorthing As Double

Property Value

TypeDefaultDescription
Double0

A Double object.

|

See Also

EllipsoidBasedCartesianToGeoConverter Class

EllipsoidBasedCartesianToGeoConverter Members

DevExpress.XtraMap Namespace