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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetFid(
	int line,
	int chan,
	double start,
	double incr
)

Parameters

line
Type: SystemInt32
Line (read or write locked)
chan
Type: SystemInt32
Channel to set fiducial (write locked)
start
Type: SystemDouble
Start Fiducial Value
incr
Type: SystemDouble
Increment Fiducial Value
See Also