Click or drag to resize
CIPSetImportMode Method
When importing data to a line, set append/overwrite mode.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
By default, importing data overwrites existing data. Call this function before doing the import in order to append imported data to existing data. "Short" data channels will be dummied to the existing data length before the new data is appended.
Syntax
public void SetImportMode(
	int append
)

Parameters

append
Type: SystemInt32
0: Overwrite, 1: Append
See Also