Click or drag to resize
CDBSetLineDate Method
This method sets a line's date.

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
The channel must be locked DB_LOCK_READWRITE
Syntax
public void SetLineDate(
	int i1,
	double d2
)

Parameters

i1
Type: SystemInt32
Line handle
d2
Type: SystemDouble
Value to set date to
See Also