 | 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
)
<ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")>
Public Sub ExportVoxelAndDatabase (
voxel_filename As String,
gdb_filename As String
)
<ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")>
Public Sub ExportVoxelAndDatabase (
voxel_filename As String,
gdb_filename As String
)
public:
[ObsoleteAttribute(L"Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")]
void ExportVoxelAndDatabase(
String^ voxel_filename,
String^ gdb_filename
)
public:
[ObsoleteAttribute(L"Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")]
void ExportVoxelAndDatabase(
String^ voxel_filename,
String^ gdb_filename
)
[<ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")>]
member ExportVoxelAndDatabase :
voxel_filename : string *
gdb_filename : string -> unit
[<ObsoleteAttribute("Deprecated since 9.7, Use SetGdbOutputName() and/or SetVoxelOutputName() followed by ExportFile() instead.")>]
member ExportVoxelAndDatabase :
voxel_filename : string *
gdb_filename : string -> unit
Parameters
- voxel_filename
- Type: SystemString
Output voxel file name - gdb_filename
- Type: SystemString
Output database file name
See Also