Click or drag to resize

CSEGYREADERExportVoxelAndDatabase Method

Note: This API is now obsolete.

Exports contents of SEG Y file to voxel and/or database.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")]
public void ExportVoxelAndDatabase(
	string voxel_filename,
	string gdb_filename
)

[ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")]
public void ExportVoxelAndDatabase(
	string voxel_filename,
	string gdb_filename
)

Parameters

voxel_filename
Type: SystemString
Output voxel file name
gdb_filename
Type: SystemString
Output database file name
See Also