Click or drag to resize
CDBiLineCategory Method
This method returns the category (group, line) of a line.

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_READONLY or DB_LOCK_READWRITE
Syntax
public int iLineCategory(
	int i1
)

Parameters

i1
Type: SystemInt32
Line handle to look at

Return Value

Type: Int32
See DB_CATEGORY_LINEConstant or iDUMMY.
See Also