Click or drag to resize
CIPImportZongeFLD Method
Imports a Zonge FLD 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
The Zonge Line and Station numbers may not be the X or Y position values, and a conversion is required. The line direction is taken from the IP setup values.
Syntax
public void ImportZongeFLD(
	CDB oDB1,
	string str2,
	int i3,
	double d4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import to
str2
Type: SystemString
FLD file name
i3
Type: SystemInt32
See IP_STNSCALEConstant
d4
Type: SystemDouble
Line, station multiplier (for IP_STNSCALE_VALUE)
See Also