Click or drag to resize
CIGRFCalc Method
Calculate IGRF data for a given IGRF model.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Calculate IGRF data (total field, inclination, and declination) for a given IGRF model. The model used will be the same as that obtained with Create_IGRF.
Syntax
public void Calc(
	double el,
	double lon,
	double lat,
	ref double str_val,
	ref double inc,
	ref double dec
)

Parameters

el
Type: SystemDouble
Elevation (metres)
lon
Type: SystemDouble
Longitude (-180 to 180)
lat
Type: SystemDouble
Latitude (-90 to 90) Returns
str_val
Type: SystemDouble
Field strength
inc
Type: SystemDouble
Field inclination
dec
Type: SystemDouble
Field declination
See Also