Click or drag to resize
CDBGetLineMapFid Method
This method gets a line map clip fiducial.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public void GetLineMapFid(
	int line,
	ref double start,
	ref double end
)

Parameters

line
Type: SystemInt32
Line handle to look at
start
Type: SystemDouble
Start Fid
end
Type: SystemDouble
End Fid
See Also