Click or drag to resize
CDBIiCoordPair Method
Get the matching coordinate pair of a channel.

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
If the channel does not have a matching coordinate pair, or of the channel does not exist, the returned string will be empty.
Syntax
public int IiCoordPair(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
channel name
str2
Type: SystemString
string in which to place paired channel name

Return Value

Type: Int32
See DB_COORDPAIRConstant
See Also