Click or drag to resize

CIGRFCreate Method

Create an IGRF.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CIGRF Create(
	double date,
	int year,
	string filename
)

public static CIGRF Create(
	double date,
	int year,
	string filename
)

Parameters

date
Type: SystemDouble
Date required
year
Type: SystemInt32
Year of the IGRF model to use
filename
Type: SystemString
Name of the IGRF reference data file

Return Value

Type: CIGRF
IGRF Object
Remarks
If the year of the IGRF model is dummy, then the IGRF year nearest to the line's date will be used. Otherwise, the specified year is used.
See Also