PCL Reference Manual > XY Plot Functions > Delete Action
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Delete Action
This section is used to describe some of the functions used to implement the “Delete” actions.
  
xy_curve_delete
(curve_name)
Description:
 
 
This function deletes a curve.
Input:
 
 
STRING
curve_name[31]
This value specifies the name of the curve to be deleted.
Output:
 
 
INTEGER
<Return Value>
This function returns a value of 0 when executed successfully and a non zero value to indicate a change in status or an error.
Error Conditions:
 
10000104
A current curve has not been defined.
13000067
XY curve not found
Example:
Please see xy_curve_delete.
  
xy_title_delete
(title_name)
Description:
 
 
This function deletes a title.
Input:
 
 
STRING
title_name[256]
This value specifies the name of the title to be deleted.
Output:
 
 
INTEGER
<Return Value>
This function returns a value of 0 when executed successfully and a non zero value to indicate a change in status or an error.
Error Conditions:
 
10000100
There is no current title defined.
13000068
XY title not found
Example:
Please see xy_title_delete.