Magnetic(Coordinate, Double, DataModel) Constructor
Initializes a magnetic object based on a Coordinate, height and a provided data model.
Namespace: CoordinateSharp.MagneticAssembly: CoordinateSharp.Magnetic (in CoordinateSharp.Magnetic.dll) Version: 2.1.1.0
XMLNS for XAML: Not mapped to an xmlns.
public Magnetic(
Coordinate coordinate,
double height,
DataModel dataModel
)
Parameters
- coordinate Coordinate
- Coordinate
- height Double
- Height in Meters
- dataModel DataModel
- Data Model
Creating a Magnetic object from a coordinate with a specified height (in meters).
Coordinate c = Coordinate(25,25, new DateTime(2020,1,1));
Magnetic m = new Magnetic(c, 1000, DataModel.WMM2020);