 | 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
Syntaxpublic void OverrideNavigation2D(
CVV shotpoint_coords,
CVV x_coordinates,
CVV y_coordinates
)
public void OverrideNavigation2D(
CVV shotpoint_coords,
CVV x_coordinates,
CVV y_coordinates
)
Public Sub OverrideNavigation2D (
shotpoint_coords As CVV,
x_coordinates As CVV,
y_coordinates As CVV
)
Public Sub OverrideNavigation2D (
shotpoint_coords As CVV,
x_coordinates As CVV,
y_coordinates As CVV
)
public:
void OverrideNavigation2D(
CVV^ shotpoint_coords,
CVV^ x_coordinates,
CVV^ y_coordinates
)
public:
void OverrideNavigation2D(
CVV^ shotpoint_coords,
CVV^ x_coordinates,
CVV^ y_coordinates
)
member OverrideNavigation2D :
shotpoint_coords : CVV *
x_coordinates : CVV *
y_coordinates : CVV -> unit
member OverrideNavigation2D :
shotpoint_coords : CVV *
x_coordinates : CVV *
y_coordinates : CVV -> unit
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