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.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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