Usage AnnoObjSetColor(Color As Long)
Description Sets the color of the selected object. Objects of type aotWout (=1) and aotStamp (=3) do not have any color.
Parameters Color Long Color, may take one of the following values:
acoBlack (=0)
acoGray (=1)
acoBlue (=2)
acoRed (=3)
acoPurple (=4)
acoGreen (=5)
acoLBlue (=6)
acoYellow (=7)
acoLGray (=8)
acoWhite (=9)
Return value None
Programming Notes None