Click or drag to resize
CIGRFDateRange Method
Determine the range of years covered by an IGRF or DGRF file

Available since Oasis montaj version: 6.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is useful when using a DGRF file, because the system is set up only to calculate for years within the date range, and will return an error otherwise.
Syntax
public static void DateRange(
	CGXNETCore gxNetShared,
	string file_name,
	ref double min,
	ref double max
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file_name
Type: SystemString
Model data file name
min
Type: SystemDouble
Minimum year (<define>rMAX</define> if none found)
max
Type: SystemDouble
Maximum year (<define>rMIN</define> if none found)
See Also