Click or drag to resize
CSEGYREADERGetTraceDataType Method (String, Int32)
Get the data type of the trace data. This will match one of the names rfeturned by `GetTraceDataTypeName()`

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 void GetTraceDataType(
	ref string name,
	int buffer_length
)

Parameters

name
Type: SystemString
The name of data type.
buffer_length
Type: SystemInt32
See Also