 | 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
Syntaxpublic void ExportSegY(
string output_segy_filename,
double sample_interval
)
public void ExportSegY(
string output_segy_filename,
double sample_interval
)
Public Sub ExportSegY (
output_segy_filename As String,
sample_interval As Double
)
Public Sub ExportSegY (
output_segy_filename As String,
sample_interval As Double
)
public:
void ExportSegY(
String^ output_segy_filename,
double sample_interval
)
public:
void ExportSegY(
String^ output_segy_filename,
double sample_interval
)
member ExportSegY :
output_segy_filename : string *
sample_interval : float -> unit
member ExportSegY :
output_segy_filename : string *
sample_interval : float -> unit
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