Convert this latitude and longitude into an OSGB (Ordnance Survey of Great
Britain) grid reference.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)
Syntax
| C# |
|---|
public OSRef( LatLng ll ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ ll As LatLng _ ) |
| Visual C++ |
|---|
public: OSRef( LatLng^ ll ) |
Parameters
- ll
- Type: DotNetCoords..::.LatLng
The latitude and longitude.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | If the northing or easting are out of range |