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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public void GetLineMapFid(
	int i1,
	ref double d2,
	ref double d3
)

Parameters

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