NhlAppGetDefaultParentId


The Fortran name of this function is
NhlFAppGetDefaultParentId.
This function retrieves the Id of the current default parent
App object.
C Synopsis
#include <ncarg/hlu/App.h>
int NhlAppGetDefaultParentId(
void
)
Fortran Synopsis
subroutine NhlFAppGetDefaultParentId(id)
integer id
Arguments
- id (Fortran only)
- On output contains the id of the current default App
object.
Description
This function returns the Id of the App object that will
currently be used as the parent of any objects that are created with
the constant NhlDEFAULT_APP
or 0
as the
parentid argument of the NhlCreate function.
Return values
If greater than 0, the value is the id of the App object
that is currently being used as the default parent. Otherwise,
the value will be NhlFATAL.
See also
Copyright
Copyright 1987,1988,1989,1991,1993,1994,1995
University Corporation for Atmospheric Research
All Rights Reserved
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.5 $ $Date: 1995/07/26 23:27:18 $