Usage AnnoUISetNewObject(Type As Integer)
Description Sets up a new object for the UI handler.
Parameters Type Integer Object type, may take one of the following values:
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 None
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.