Click or drag to resize
CIPImportUBC2DMOD Method
Import a MOD file from the UBC IPINV2D programme.

Available since Oasis montaj version: 7.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public static CPG ImportUBC2DMOD(
	string str1,
	int i2
)

Parameters

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

Return Value

Type: CPG
PG Object
See Also