Click or drag to resize
CDBIGetChanName Method (Int32, String)
This method Gets a channel's name for a given channel handle.

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_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public void IGetChanName(
	int chan,
	ref string name
)

Parameters

chan
Type: SystemInt32
Channel handle
name
Type: SystemString
String to place name into
See Also