 | CDATAMINECreateVoxel Method |
Create a Geosoft Voxel file from a Datamine block model file.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateVoxel(
string file,
string field,
CIPJ ipj,
CMETA meta,
string voxel
)
public static void CreateVoxel(
string file,
string field,
CIPJ ipj,
CMETA meta,
string voxel
)
Public Shared Sub CreateVoxel (
file As String,
field As String,
ipj As CIPJ,
meta As CMETA,
voxel As String
)
Public Shared Sub CreateVoxel (
file As String,
field As String,
ipj As CIPJ,
meta As CMETA,
voxel As String
)
public:
static void CreateVoxel(
String^ file,
String^ field,
CIPJ^ ipj,
CMETA^ meta,
String^ voxel
)
public:
static void CreateVoxel(
String^ file,
String^ field,
CIPJ^ ipj,
CMETA^ meta,
String^ voxel
)
static member CreateVoxel :
file : string *
field : string *
ipj : CIPJ *
meta : CMETA *
voxel : string -> unit
static member CreateVoxel :
file : string *
field : string *
ipj : CIPJ *
meta : CMETA *
voxel : string -> unit
Parameters
- file
- Type: SystemString
Datamine file name - field
- Type: SystemString
Field to use for data - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection to set - meta
- Type: GeoEngine.Core.GXNetCMETA
META to set - voxel
- Type: SystemString
Output voxel file name
RemarksCreate a Geosoft Voxel file from a Datamine block model file.
See Also