 | 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
Syntaxpublic void SetFid(
int line,
int chan,
double start,
double incr
)
public void SetFid(
int line,
int chan,
double start,
double incr
)
Public Sub SetFid (
line As Integer,
chan As Integer,
start As Double,
incr As Double
)
Public Sub SetFid (
line As Integer,
chan As Integer,
start As Double,
incr As Double
)
public:
void SetFid(
int line,
int chan,
double start,
double incr
)
public:
void SetFid(
int line,
int chan,
double start,
double incr
)
member SetFid :
line : int *
chan : int *
start : float *
incr : float -> unit
member SetFid :
line : int *
chan : int *
start : float *
incr : float -> unit
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