 | CMULTIGRID3DUTILImportFromDATAMINE 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: 2024.2.0.25
Syntaxpublic static void ImportFromDATAMINE(
CGXNETCore gxNetShared,
string file,
string field,
CIPJ ipj,
string grid3d
)
public static void ImportFromDATAMINE(
CGXNETCore gxNetShared,
string file,
string field,
CIPJ ipj,
string grid3d
)
Public Shared Sub ImportFromDATAMINE (
gxNetShared As CGXNETCore,
file As String,
field As String,
ipj As CIPJ,
grid3d As String
)
Public Shared Sub ImportFromDATAMINE (
gxNetShared As CGXNETCore,
file As String,
field As String,
ipj As CIPJ,
grid3d As String
)
public:
static void ImportFromDATAMINE(
CGXNETCore^ gxNetShared,
String^ file,
String^ field,
CIPJ^ ipj,
String^ grid3d
)
public:
static void ImportFromDATAMINE(
CGXNETCore^ gxNetShared,
String^ file,
String^ field,
CIPJ^ ipj,
String^ grid3d
)
static member ImportFromDATAMINE :
gxNetShared : CGXNETCore *
file : string *
field : string *
ipj : CIPJ *
grid3d : string -> unit
static member ImportFromDATAMINE :
gxNetShared : CGXNETCore *
file : string *
field : string *
ipj : CIPJ *
grid3d : 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 - grid3d
- Type: SystemString
Output grid3d file name
RemarksCreate a Geosoft Voxel file from a Datamine block model file.
See Also