Click or drag to resize

CMULTIGRID3DUTILImportFromDATAMINE 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
Syntax
public static void ImportFromDATAMINE(
	string file,
	string field,
	CIPJ ipj,
	string grid3d
)

public static void ImportFromDATAMINE(
	string file,
	string field,
	CIPJ ipj,
	string grid3d
)

Parameters

file
Type: SystemString
Datamine file name
field
Type: SystemString
Field to use for data
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection to set
grid3d
Type: SystemString
Output grid3d file name
Remarks
Create a Geosoft Voxel file from a Datamine block model file.
See Also