Click or drag to resize
CEDBiProfileOpen Method
Return TRUE or FALSE if profile window is open

Available since Oasis montaj version: 5.0.0
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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This functions will return FALSE if requested window is not supported in current version of Oasis montaj.
Syntax
public int iProfileOpen(
	int i1
)

Parameters

i1
Type: SystemInt32
profile window number: 0 is the top window 1 is the middle window 2 is the bottom window

Return Value

Type: Int32
TRUE if window is open FALSE if window is closed
See Also