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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.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