Click or drag to resize
CSEGYREADEROverrideNavigation2D Method
Specify the X/Y coordinates of the traces, instead of using values from the trace headers.

Available since Oasis montaj version: 9.7
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 OverrideNavigation2D(
	CVV shotpoint_coords,
	CVV x_coordinates,
	CVV y_coordinates
)

Parameters

shotpoint_coords
Type: GeoEngine.Core.GXNetXCVV
The shotpoint coordinates, asread from the trace headers.
x_coordinates
Type: GeoEngine.Core.GXNetXCVV
The x-coordinates
y_coordinates
Type: GeoEngine.Core.GXNetXCVV
The y-coordinates
See Also