Determines whether this instance represents an MGRS reference using the Bessel 1841 ellipsoid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public bool IsBessel()
Visual Basic (Declaration)
Public Function IsBessel As Boolean
Visual C++
public:
bool IsBessel()

Return Value

true if the instance represents an MGRS reference using the Bessel 1841 ellipsoid; false if the instance represents an MGRS reference using the GRS 1980, International or WGS84 ellipsoids.

See Also