Click or drag to resize

CDBrGetFidStart Method

This method returns the fiducial start value of a specified Channel.

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

public double rGetFidStart(
	int line,
	int chan
)

Parameters

line
Type: SystemInt32
Line (read or write locked)
chan
Type: SystemInt32
Channel (read locked)

Return Value

Type: Double
Fiducial Start.
See Also