 | CIGRFCreate Method |
Create an IGRF.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CIGRF Create(
double date,
int year,
string filename
)
public static CIGRF Create(
double date,
int year,
string filename
)
Public Shared Function Create (
date As Double,
year As Integer,
filename As String
) As CIGRF
Public Shared Function Create (
date As Double,
year As Integer,
filename As String
) As CIGRF
public:
static CIGRF^ Create(
double date,
int year,
String^ filename
)
public:
static CIGRF^ Create(
double date,
int year,
String^ filename
)
static member Create :
date : float *
year : int *
filename : string -> CIGRF
static member Create :
date : float *
year : int *
filename : string -> CIGRF
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:
CIGRFIGRF 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