Click or drag to resize

CIPImportUBC2DMOD Method

Import a MOD file from the UBC IPINV2D program.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CPG ImportUBC2DMOD(
	string file,
	int type
)

public static CPG ImportUBC2DMOD(
	string file,
	int type
)

Parameters

file
Type: SystemString
UBC MOD file name to import
type
Type: SystemInt32
0 - CON, 1 - CHG

Return Value

Type: CPG
PG Object
Remarks
Imports the MOD file values to a PG object. The CON/CHG selection is necessary because the import sets padding values to dummies based on the type of file.
See Also