 | CDBSetLineMapFid Method |
This method changes a line map clip fiducial.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetLineMapFid(
int line,
double start,
double end
)
public void SetLineMapFid(
int line,
double start,
double end
)
Public Sub SetLineMapFid (
line As Integer,
start As Double,
end As Double
)
Public Sub SetLineMapFid (
line As Integer,
start As Double,
end As Double
)
public:
void SetLineMapFid(
int line,
double start,
double end
)
public:
void SetLineMapFid(
int line,
double start,
double end
)
member SetLineMapFid :
line : int *
start : float *
end : float -> unit
member SetLineMapFid :
line : int *
start : float *
end : float -> unit
Parameters
- line
- Type: SystemInt32
Line handle to look at - start
- Type: SystemDouble
Start Fid - end
- Type: SystemDouble
End Fid
Remarks
for full range, set Start Fid to <define>rMIN</define> and End Fid to <define>rMAX</define>.
for no data, set Start and End Fids to <define>rDUMMY</define>.
See Also