Click or drag to resize

CDBIiCoordPair Method (String, String, Int32)

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,
	int length
)

public int IiCoordPair(
	string chan,
	ref string pair,
	int length
)

Parameters

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

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