AGI_NUPIC

Create a new picture in the database

Description:

Create a new picture in the database. The extent of the new picture is defined in the world coordinate system of the current picture. The world coordinates of this new picture are set to the values passed. The name string has leading blanks removed and is converted to upper case. The new picture is selected as the current one and a picture identifier returned.

Invocation

CALL AGI_NUPIC( WX1, WX2, WY1, WY2, PNAME, COMENT,
NEWX1, NEWX2, NEWY1, NEWY2, PICID, STATUS )

Arguments

WX1 = REAL (Given)
Current world coordinate of left edge of picture
WX2 = REAL (Given)
Current world coordinate of right edge of picture
WY1 = REAL (Given)
Current world coordinate of bottom edge of picture
WY2 = REAL (Given)
Current world coordinate of top edge of picture
PNAME = CHARACTER ( ) (Given)
Name of new picture
COMENT = CHARACTER ( ) (Given)
Comment for new picture
NEWX1 = REAL (Given)
World coordinate of left edge of new picture
NEWX2 = REAL (Given)
World coordinate of right edge of new picture
NEWY1 = REAL (Given)
World coordinate of bottom edge of new picture
NEWY2 = REAL (Given)
World coordinate of top edge of new picture
PICID = INTEGER (Returned)
Picture identifier
STATUS = INTEGER (Given and Returned)
The global status