 | CEDB.iWindowProfiles Method |
Get number of profiles in a window
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iWindowProfiles(
int window
)
public int iWindowProfiles(
int window
)
Public Function iWindowProfiles (
window As Integer
) As Integer
Public Function iWindowProfiles (
window As Integer
) As Integer
public:
int iWindowProfiles(
int window
)
public:
int iWindowProfiles(
int window
)
member iWindowProfiles :
window : int -> int
member iWindowProfiles :
window : int -> int
Parameters
- window
- Type: System.Int32
Profile window number (0 to <define>MAX_PROF_WND</define>-1, see iProfileOpen_EDB)
Return Value
Type:
Int32Number of profiles in a window
See Also