CreateAnnoObj

Usage                  Long CreateAnnoObj(Type As Integer)

Description         Creates an object. The created object will automatically be selected.

Parameters         Type                       Integer             Object type, one of the following possible types:

aotWout = 1

aotNote = 2

aotStamp = 3

aotHighlight = 4

aotLine = 5

aotRect = 6

aotCircle = 7

aotRoundRect = 8

aotText = 9

aotFreeHand = 10

aotMeta = 11

 aotRubberStamp = 12

aotVoice = 13

aotShape = 25

Return value      0 on success, -1 otherwise

Programming Notes        The aotShape object type can have different forms, the default is a right-pointing arrow. To change the form of aotShape objects, use AnnoObjSetShapeType or AnnoUISetShapeType.