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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	string file,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
UBC MOD file name to import
type
Type: SystemInt32
0 - CON, 1 - CHG

Return Value

Type: CPG
PG Object
See Also