Usage Integer AnnoObjGetLineType
Description Returns the line type for the selected object. Only the aotLine (=5) type object has line type.
Parameters None
Return value Line type of the selected object or -1 if the object does not hold such information. It may return one of the following values
altSimple (=0)
altArrow (=1)
altFilledArrow (=2)
altDbArrow (=3)
altDbFilledArrow (=4)
Programming Notes The Db in the constant names stands for Double, which means that there are arrows at the starting point and the ending point of the line.