Click or drag to resize

CSEGYREADEREstimateNumberOfTraces Method

Get the number of traces that would be in the SEG-Y file, given a trace length and data type.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int EstimateNumberOfTraces(
	string data_type_name,
	int number_of_samples
)

public int EstimateNumberOfTraces(
	string data_type_name,
	int number_of_samples
)

Parameters

data_type_name
Type: SystemString
The name of a supported data type.
number_of_samples
Type: SystemInt32
The number of samples to return

Return Value

Type: Int32
See Also