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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See ImportZongeFLD_IP
Syntax
public void ImportZongeAVG(
	CDB db,
	string file,
	double line,
	int scale,
	double mult
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
FLD file name
line
Type: SystemDouble
Line number (will be scaled if applicable)
scale
Type: SystemInt32
<define>IP_STNSCALE</define>
mult
Type: SystemDouble
Line, station multiplier (for <define>IP_STNSCALE_VALUE</define>)
See Also