NhlName


The Fortran name of this function is NhlFName.
This function returns the "name" of an object.
C synopsis
#include <ncarg/hlu/hlu.h>
const char *NhlName(
int id
)
Fortran synopsis
subroutine NhlFName(id, name_ret, ierr)
integer id, ierr
character*(*) name_ret
Arguments
-
id
-
Specifies the object identifier.
-
name_ret (Fortran only)
-
The name of the object specified by the id argument.
-
ierr (Fortran only)
-
Error code.
Description
This function returns the name of the object specified by the id
argument. This is the name specified during the NhlCreate
call that created the object.
Return values
The NhlName C function returns a valid const
char*
or NULL on error, and the
NhlFName Fortran subroutine returns the error in
ierr.
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.8 $ $Date: 1995/07/26 23:28:12 $