Click or drag to resize
CIPImportZongeFLD Method
Imports a Zonge FLD 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
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 db,
	string file,
	int scale,
	double mult
)

Parameters

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