Click or drag to resize
CDBSetLineVer Method
This method sets a line's version.

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 SetLineVer(
	int line,
	int ver
)

Parameters

line
Type: SystemInt32
Line handle
ver
Type: SystemInt32
Value to set line version to
See Also