Usage Long AnnoObjGetPosCoords(Coordinate As Short)
Description Returns the x or y coordinant of the upper-left position of the selected object.
Parameters Coordinate Short This parameter specifies which coordiante is required.
Available values:
coordX(=0)
coordY(=1)
Return value Value of coordinate or 0 on error. Call GetLastAnnoError method for last error code occurred. This method does not pass parameters as reference, useful for programming languages such as Java Script.
Programming Notes None