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

Available since Oasis montaj version: 5.0
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_READWRITE</define>
Syntax
public void SetLineDate(
	int line,
	double date
)

Parameters

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