 | CSEGYREADERGetZOffsetConfiguration Method (String, Int32) |
Specifies where the z-offset (time delay) comes from: can be a field in the binary file header, a field in the trace header, or a value specified by the user.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetZOffsetConfiguration(
ref string which_header,
ref int location
)
public void GetZOffsetConfiguration(
ref string which_header,
ref int location
)
Public Sub GetZOffsetConfiguration (
ByRef which_header As String,
ByRef location As Integer
)
Public Sub GetZOffsetConfiguration (
ByRef which_header As String,
ByRef location As Integer
)
public:
void GetZOffsetConfiguration(
String^% which_header,
int% location
)
public:
void GetZOffsetConfiguration(
String^% which_header,
int% location
)
member GetZOffsetConfiguration :
which_header : string byref *
location : int byref -> unit
member GetZOffsetConfiguration :
which_header : string byref *
location : int byref -> unit
Parameters
- which_header
- Type: SystemString
Out-parameter indicating which header contains the z offset: "file_header" "trace_header", or "none" - location
- Type: SystemInt32
Out-parameter containing the byte offset of the field within the header (if applicable)
See Also