Click or drag to resize
CVOXExportSegY Method
Export a voxel to a depth SEG-Y file

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ExportSegY(
	string str1,
	double d2
)

Parameters

str1
Type: SystemString
SEG-Y filename to create
d2
Type: SystemDouble
Sampling interval (can be GS_R8DM if input voxel has constant Z cell size)
See Also