Click or drag to resize
CDUMakeFid Method
Make a fiducial channel based on an existing channel.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void MakeFid(
	CDB oDB1,
	int i2,
	int i3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database object
i2
Type: SystemInt32
line Symbol
i3
Type: SystemInt32
base channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
new fiducial channel [DB_LOCK_READWRITE]
See Also