Click or drag to resize

CMULTIGRID3DUTILExportToSEGY Method

Export To SEGY

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
multigrid3d_file
Type: SystemString
Input Voxel file
output_segy_filename
Type: SystemString
Output Segy file
sample_interval
Type: SystemDouble
Sampling Internal
See Also