Click or drag to resize

CIPImportZongeAVG Method

Imports a Zonge AVG format file.

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

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>)
Remarks
See ImportZongeFLD_IP
See Also