 | 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
Syntaxpublic int IiCoordPair(
string chan,
ref string pair
)
public int IiCoordPair(
string chan,
ref string pair
)
Public Function IiCoordPair (
chan As String,
ByRef pair As String
) As Integer
Public Function IiCoordPair (
chan As String,
ByRef pair As String
) As Integer
public:
int IiCoordPair(
String^ chan,
String^% pair
)
public:
int IiCoordPair(
String^ chan,
String^% pair
)
member IiCoordPair :
chan : string *
pair : string byref -> int
member IiCoordPair :
chan : string *
pair : string byref -> int
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