Click or drag to resize
CDBIGetSymbName Method
This method gets a symbol's name

Available since Oasis montaj version: 6.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See GetChanName_DB for more information The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public void IGetSymbName(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Symbol handle
str2
Type: SystemString
string to place name into
See Also