 | 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
Syntaxpublic static CPG ImportUBC2DMOD(
string file,
int type
)
public static CPG ImportUBC2DMOD(
string file,
int type
)
Public Shared Function ImportUBC2DMOD (
file As String,
type As Integer
) As CPG
Public Shared Function ImportUBC2DMOD (
file As String,
type As Integer
) As CPG
public:
static CPG^ ImportUBC2DMOD(
String^ file,
int type
)
public:
static CPG^ ImportUBC2DMOD(
String^ file,
int type
)
static member ImportUBC2DMOD :
file : string *
type : int -> CPG
static member ImportUBC2DMOD :
file : string *
type : int -> CPG
Parameters
- file
- Type: SystemString
UBC MOD file name to import - type
- Type: SystemInt32
0 - CON, 1 - CHG
Return Value
Type:
CPGPG 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