Click or drag to resize
CIGRFCreate Method
Create an IGRF.

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
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.
Syntax
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
See Also