Usage Boolean GetEventLineType(Type As Short*)
Description This method retrieves the line type of the object clicked on. You can use this function in the UserDefined event handler.
Parameters Short Type* Type of the line. Avilable values: altSimple, altArrow, altFilledArrow, altDbArrow, altDbFilledArrow.
Return value TRUE on success, otherwise FALSE.
Programming Notes This method works for only aotLine object. See GetEventObjProperties method. This method does not pass parameters as reference.