PCL Reference Manual > Broken, Obsolete, Modified and New Functions > XY Plotting Application Preference (Chapter 7)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
XY Plotting Application Preference (Chapter 7)
 
Type: Modified
Issue: When running this function Patran outputs the error message “Invalid datatype to built-in function. Arg#2”.
Resolution: Changed the variable FLAG from type integer to type logical.
 
Original Description Information:
xy_axis_display_labels_get
(name, flag)
Output
 
 
INTEGER
flag
Display labels flag
INTEGER
<Return Value>
XY error status.
 
New Description Information:
xy_axis_display_labels_get
(name, flag)
Output
 
 
LOGICAL
flag
Display labels flag
INTEGER
<Return Value>
XY error status.