MagneticFieldVectorCreateCompositeIgrfCofAndWmmVector Method  | 
 
            Create a composite magnetic field vector that follows
            the recommended strategy of using IGRF coefficients for the past
            and WMM for future magnetic field predictions.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static MagneticFieldVector CreateCompositeIgrfCofAndWmmVector(
	string igrfFilePath,
	string wmmFilePath
)
Public Shared Function CreateCompositeIgrfCofAndWmmVector ( 
	igrfFilePath As String,
	wmmFilePath As String
) As MagneticFieldVector
public:
static MagneticFieldVector^ CreateCompositeIgrfCofAndWmmVector(
	String^ igrfFilePath, 
	String^ wmmFilePath
)
static member CreateCompositeIgrfCofAndWmmVector : 
        igrfFilePath : string * 
        wmmFilePath : string -> MagneticFieldVector 
Parameters
- igrfFilePath
 - Type: SystemString
String file path for IGRF .COF file. - wmmFilePath
 - Type: SystemString
String file path for WMM file. 
Return Value
Type: 
MagneticFieldVectorA magnetic field vector that
            uses IGRF data for the past and WMM data for the future.
See Also