NCL Home > Documentation > HLUs > API

NhlGetWorkspaceObjectId

The Fortran name of this function is NhlFGetWorkspaceObjectId.

This function retrieves the Workspace objects id.


C synopsis

#include <ncarg/hlu/Workspace.h>

int NhlGetWorkspaceObjectId()

Fortran synopsis

       subroutine NhlFGetWorkspaceObjectId(id)
       integer id

Fortran arguments

id (output)
On output, the id of the Workspace object.

Description

This function is used to retrieve the id of the Workspace object. This id can be used to call NhlSetValues, and NhlGetValues on the Workspace object.

See also