Click or drag to resize
CDBSetFid Method
This method allows the user to set the fiducial start and increment of a channel. The Increment should never be 0.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetFid(
	int i1,
	int i2,
	double d3,
	double d4
)

Parameters

i1
Type: SystemInt32
Line (read or write locked)
i2
Type: SystemInt32
Channel to set fiducial (write locked)
d3
Type: SystemDouble
Start Fiducial Value
d4
Type: SystemDouble
Increment Fiducial Value
See Also