Click or drag to resize
CSEGYREADERSetTraceDataType Method
Set the data type of the trace data. This must match one of the names returned 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 SetTraceDataType(
	string name
)

Parameters

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