Click or drag to resize

CDBrGetFidIncr Method

This method returns the fiducial increment 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 rGetFidIncr(
	int line,
	int chan
)

public double rGetFidIncr(
	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