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