 | CSEGYREADERSetTraceLengthConfiguration Method |
Specifies where the trace length 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 SetTraceLengthConfiguration(
string which_header,
int location_or_value
)
public void SetTraceLengthConfiguration(
string which_header,
int location_or_value
)
Public Sub SetTraceLengthConfiguration (
which_header As String,
location_or_value As Integer
)
Public Sub SetTraceLengthConfiguration (
which_header As String,
location_or_value As Integer
)
public:
void SetTraceLengthConfiguration(
String^ which_header,
int location_or_value
)
public:
void SetTraceLengthConfiguration(
String^ which_header,
int location_or_value
)
member SetTraceLengthConfiguration :
which_header : string *
location_or_value : int -> unit
member SetTraceLengthConfiguration :
which_header : string *
location_or_value : int -> unit
Parameters
- which_header
- Type: SystemString
Which header contains the trace length: "file_header", "trace_header" or "none" - location_or_value
- Type: SystemInt32
If `which_header` is "file_header" or "trace_header", then this parameter is the offset of the field containing the trace length. If `which_header` is "none", then this parameter is the actual trace length.
See Also