Click or drag to resize

CSEGYREADEROverrideNavigation2D Method

Specify the X/Y coordinates of the traces, instead of using values from the trace headers.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void OverrideNavigation2D(
	CVV shotpoint_coords,
	CVV x_coordinates,
	CVV y_coordinates
)

public void OverrideNavigation2D(
	CVV shotpoint_coords,
	CVV x_coordinates,
	CVV y_coordinates
)

Parameters

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