AnnoObjGetSizeCoords

Usage                  Long AnnoObjGetSizeCoords(Direction As Short)

Description         Returns the width or height of the selected object.

Parameters         Direction                Short               This parameter specifies the height or width value is required.

                                                                                    Available values:

                                                                                    dirHor (=0)

                                                                                    dirVert(=1)

Return value      Value of specified size or 0 on error. Call GetLastAnnoError method for last error code occurred.

Programming Notes        None