Click or drag to resize

CVOXExportSegY Method

Export a voxel to a depth SEG-Y file

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportSegY(
	string output_segy_filename,
	double sample_interval
)

public void ExportSegY(
	string output_segy_filename,
	double sample_interval
)

Parameters

output_segy_filename
Type: SystemString
SEG-Y filename to create
sample_interval
Type: SystemDouble
Sampling interval (can be <define>GS_R8DM</define> if input voxel has constant Z cell size)
See Also