Click or drag to resize

CSEGYREADERGetTraceData Method

Get the SEG Y trace file header data for a particular starting trace

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CVV GetTraceData(
	int trace_number
)

public CVV GetTraceData(
	int trace_number
)

Parameters

trace_number
Type: SystemInt32
Which trace to read

Return Value

Type: CVV
:class:'VV' containing the data from the trace header
See Also