obj = PLNOTE/[xc,yc][,IFERR,label:]
Allows you to create or regenerate the parts list note. The parts list note is the actual textual representation of the parts list on a drawing, in the form of a drafting aid note.
If you specify x and y work coordinates and no parts list note exists, it is created at those coordinates on the work view plane. If a parts list note does exist, it is deleted and regenerated at the specified coordinates.
If no coordinates are specified, the existing note is regenerated at the existing position. If no note exists, a new note is created at the origin of the WCS.
The object identifier of the parts list note is returned.
Parameter |
Description |
xc,yc |
Numerical work coordinate values which specify where the system creates or regenerates the parts list note. |
IFERR,label: |
Label to which program execution jumps if an error occurs. |