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.

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

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