Click or drag to resize

CIGRFCreate Method

Create an IGRF.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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