AnnoObjSaveSelected

Usage                  Boolean AnnoObjSaveSelected(FileName As String)

Description         This method saves the selected annotation object to file. If the file exists, the method appends the selected annotation to the file. For example there is a rectangle saved in the file, and you save the selected circle object, there are the rectangle and the circle in the file after saving.

Parameters         String                  FileName            Path and name of the file to save.

Return value      TRUE on success, otherwise FALSE.

Programming Notes        None