Click or drag to resize
CDBSetLineNum Method
This method sets a line's number.

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 SetLineNum(
	int line,
	int num
)

Parameters

line
Type: SystemInt32
Line handle
num
Type: SystemInt32
Value to set line number to
See Also