 | CEDBiProfileShown Method |
Return index of first profile window in which a profile is shown
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iProfileShown(
string chan
)
public int iProfileShown(
string chan
)
Public Function iProfileShown (
chan As String
) As Integer
Public Function iProfileShown (
chan As String
) As Integer
public:
int iProfileShown(
String^ chan
)
public:
int iProfileShown(
String^ chan
)
member iProfileShown :
chan : string -> int
member iProfileShown :
chan : string -> int
Parameters
- chan
- Type: SystemString
Name of the channel
Return Value
Type:
Int32Index of first profile window in which it is loaded, -1 if not loaded in any profile window
RemarksReturns -1 if channel profile is not loaded.
See Also