Click or drag to resize

CIPImportUBC2DMOD Method

Import a MOD file from the UBC IPINV2D program.

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

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
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