GEOREF Constructor

Creates a GEOREF.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public GEOREF(
	string quad_15,
	string quad_1,
	string easting,
	string northing
)

Parameters

quad_15  String
15 Degree Quadrangle
quad_1  String
1 Degree Quadrangle
easting  String
Easting
northing  String
Northing

Example

C#
GEOREF geo = new GEOREF("SK","FB", 145200, 367200);

See Also