Click or drag to resize
CSEGYREADERCheckSaneInlineCrossline Method
Checks if the currently-configured inline and crossline fields seem sensible.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void CheckSaneInlineCrossline(
	ref int is_sane,
	ref int possibly_swapped,
	ref int only_one_line
)

Parameters

is_sane
Type: SystemInt32
True is inline/crossline values seem sensible.
possibly_swapped
Type: SystemInt32
True if it looks like the inline and crossline fields are swapped.
only_one_line
Type: SystemInt32
True if it looks like the file only contains one line. This may mean the file is 2D.
See Also