 | CEDBiFindChannelColumn Method |
Find the column that contains a channel
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iFindChannelColumn(
string chan
)
public int iFindChannelColumn(
string chan
)
Public Function iFindChannelColumn (
chan As String
) As Integer
Public Function iFindChannelColumn (
chan As String
) As Integer
public:
int iFindChannelColumn(
String^ chan
)
public:
int iFindChannelColumn(
String^ chan
)
member iFindChannelColumn :
chan : string -> int
member iFindChannelColumn :
chan : string -> int
Parameters
- chan
- Type: SystemString
Channel
Return Value
Type:
Int32
Column number that contains a specific channel
<define>iDUMMY</define> of channel not loaded
See Also