![]() Chapter Contents |
![]() Previous |
![]() Next |
| PICDELETE |
| Category: | Image |
| Syntax | |
| Example |
Syntax |
| rc=PICDELETE(graphenv-id,region-id); |
| 0 | successful |
| >0 | not successful |
Type: Numeric
Type: Numeric
Type: Numeric
| Example |
Delete a region:
term:
if (region_id ne 0 and graphenv_id ne 0) then
rc=picdelete(graphenv_id,region_id);
return;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.