Click or drag to resize

CDBIiCoordPair Method (String, String)

Get the matching coordinate pair of a channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int IiCoordPair(
	string chan,
	ref string pair
)

public int IiCoordPair(
	string chan,
	ref string pair
)

Parameters

chan
Type: SystemString
Channel name
pair
Type: SystemString
String in which to place paired channel name

Return Value

Type: Int32
<define>DB_COORDPAIR</define>
Remarks
If the channel does not have a matching coordinate pair, or of the channel does not exist, the returned string will be empty.
See Also