GetEventLineWidth

Usage                  Boolean GetEventLineWidth(Width As Long*)

Description         This method retrieves the line width of the object clicked on. You can use this function in the UserDefined event handler.

Parameters         Width                  Long*                 Width of the line.

Return value      TRUE on success, otherwise FALSE.

Programming Notes        This method works for only aotLine, aotRect, aotCircle, aotRoundRect, aotFreeHand object. See GetEventObjProperties method. This method does not pass parameters as reference.