Click or drag to resize
CSEGYREADEROpenFile Method
Opens a 3D SEG Y file.

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 static CSEGYREADER OpenFile(
	CGXNETCore gxNetShared,
	string filename
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
filename
Type: SystemString
File name

Return Value

Type: CSEGYREADER
SEGYREADER handle, terminates if creation fails.
See Also