Search
Arrow.DestinationType Property
See Also
 



Gets the type of the arrow's destination node.

 Syntax

VB6  Copy Code

Public Property Get DestinationType() As EActiveItem

C++  Copy Code

public:
EActiveItem get_DestinationType ()

 Property Value

A member of the EActiveItem enumeration.

 Remarks

The returned value can be one of the following:

  • aiBox - if arrow destination node is a box;
  • aiTable - if arrow destination node is a table;
  • aiNone - if the arrow is not connected to a node;

 See Also