Click or drag to resize

CMULTIGRID3DUTILExportToSEGY Method

Export To SEGY

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportToSEGY(
	string multigrid3d_file,
	string output_segy_filename,
	double sample_interval
)

public static void ExportToSEGY(
	string multigrid3d_file,
	string output_segy_filename,
	double sample_interval
)

Parameters

multigrid3d_file
Type: SystemString
Input Voxel file
output_segy_filename
Type: SystemString
Output Segy file
sample_interval
Type: SystemDouble
Sampling Internal
See Also