Click or drag to resize

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
Syntax
public void SetTraceLengthConfiguration(
	string which_header,
	int location_or_value
)

public void SetTraceLengthConfiguration(
	string which_header,
	int location_or_value
)

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