Skip to main content

Ellipsoid.GetPredefinedEllipsoids() Method

Returns an array of predefined ellipsoids.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public static Ellipsoid[] GetPredefinedEllipsoids()

Returns

Type Description
Ellipsoid[]

An array of Ellipsoid objects, which represent predefined ellipsoids.

See Also