NCL Home > Documentation > HLUs > API

NhlClearWorkstation

The Fortran name of this function is NhlFClearWorkstation.

This function clears the drawing area of an instance of a Workstation object.


C Synopsis

#include <ncarg/hlu/hlu.h>
#include <hfile for Workstation class object>

NhlErrorTypes NhlClearWorkstation(
	        int	workid
		)

Fortran Synopsis

       subroutine NhlFClearWorkstation(workid, ierr)
       integer workid, ierr

Arguments

workid (input)
Integer identifier of an instance of a Workstation class object
ierr (output, Fortran only)
Error code.

Types

Type name:		NhlTErrorTypes
Definition:
typedef enum _NhlErrType{
	NhlFATAL	= -4,	/* "FATAL"	*/
	NhlWARNING	= -3,	/* "WARNING"	*/
	NhlINFO		= -2,	/* "INFO"	*/
	NhlNOERROR	= -1	/* "NOERROR"	*/
} NhlErrorTypes;