Purpose:
The DXAnnotationDL class represents the annotation information constructor (ANNOTATIONSTRUCT). The ANNOTATIONSTRUCT data structure provides information about an annotation affiliated with an object.
Methods:
setPageNumber(long aPageNumber);
long getPageNumber();
setX(short aXcoordinate);
Sets the X coordinate on the page that this annotation object refers to.
short getX();
Gets the X coordinate on the page that this annotation object refers to.
setY(short aYcoordinate);
Sets the Y coordinate on the page that this annotation object refers to.
short getY();
Gets the Y coordinate on the page that this annotation object refers to.
setPart(long aPartNumber);
Sets the part ID of the associated object. Only positive values are valid.
long getPart();
Gets the part ID of the associated object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.