Usage Boolean AnnoUISetLineType(Type As Integer)
Description Sets the line type (arrow, filled arrow, etc.). It is applied to the selected objects, if there are any. Only the aotLine (=5) type object has a line type.
Parameters Type Long Line type, may take one of the following values:
altSimple (=0)
altArrow (=1)
altFilledArrow (=2)
altDbArrow (=3)
altDbFilledArrow (=4)
Return value True if repaint is necessary.
Programming Notes The Db in the constant names stands for Double, which means that there are arrows at the starting and the ending point of the line.