Click or drag to resize
CIPImportZongeAVG Method
Imports a Zonge AVG format file.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See ImportZongeFLD_IP
Syntax
public void ImportZongeAVG(
	CDB oDB1,
	string str2,
	double d3,
	int i4,
	double d5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
FLD file name
d3
Type: SystemDouble
Line number (will be scaled if applicable)
i4
Type: SystemInt32
See IP_STNSCALEConstant
d5
Type: SystemDouble
Line, station multiplier (for IP_STNSCALE_VALUE)
See Also