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