Click or drag to resize
CEDBiProfileShown Method
Return index of first profile window in which a profile is shown

Available since Oasis montaj version: 9.7
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Returns -1 if channel profile is not loaded.
Syntax
public int iProfileShown(
	string chan
)

Parameters

chan
Type: SystemString
Name of the channel

Return Value

Type: Int32
Index of first profile window in which it is loaded, -1 if not loaded in any profile window
See Also