Search
Arrow.OriginType Property
See Also
 



Gets the type of the arrow's origin node.

 Syntax

VB6  Copy Code

Public Property Get OriginType() As EActiveItem

C++  Copy Code

public:
EActiveItem get_OriginType ()

 Property Value

A member of the EActiveItem enumeration.

 Remarks

Indicates the type of arrow's origin:

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

 See Also