PM_OVERLAY_CLOSE

Syntax

int_val = PM_OVERLAY_CLOSE ( overlay_handle );
Input arguments
handle overlay_handle Handle of the overlay context to close.

Return Values

Success:
int 0 Closing the overlay context succeeded.
Failure:
int -1 Script interface error.

Description

This function closes a given overlay context. Entities in this context are drawn to the views. The overlay context must first be opened with PM_OVERLAY_OPEN(overlay_handle).

Example

%PMS_HOME%\pm\macro\Examples\PM_OVERLAY_DEMO.mac