Click or drag to resize
CDBSetLineMapFid Method
This method changes a line map clip fiducial.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
for full range, set Start Fid to rMIN and End Fid to rMAX. for no data, set Start and End Fids to rDUMMY.
Syntax
public void SetLineMapFid(
	int i1,
	double d2,
	double d3
)

Parameters

i1
Type: SystemInt32
Line handle to look at
d2
Type: SystemDouble
Start Fid
d3
Type: SystemDouble
End Fid
See Also