 | CDBFindChan Method |
Get handle to the specified channel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int FindChan(
string chan
)
public int FindChan(
string chan
)
Public Function FindChan (
chan As String
) As Integer
Public Function FindChan (
chan As String
) As Integer
public:
int FindChan(
String^ chan
)
public:
int FindChan(
String^ chan
)
member FindChan :
chan : string -> int
member FindChan :
chan : string -> int
Parameters
- chan
- Type: SystemString
Name of channel
Return Value
Type:
Int32Channel Handle, <define>NULLSYMB</define> if not defined
Remarks
To work with a specific column from a VA channel,
specify the VA element number in square brackets as part
of the VA channel name (e.g. "EM[3]" will treat the fourth
column of the VA channel as a VV).
See notes for FindSymb_DB.
Introduced in v5.1.3.
The new FindChan_DB searches using the exact channel name.
See Also