Search
Arrow.DestIndex Property
See Also
 



Gets the index of arrow's destination anchor point or table row.

 Syntax

VB6  Copy Code

Public Property Get DestIndex() As Long

C++  Copy Code

public:
int get_DestIndex ()

 Property Value

A long value.

 Remarks

If arrow's destination is a box, this property lets you know the index of the anchor point at which the arrow and the box are linked. If there is no AnchorPattern defined for the destination node, the property returns -1. If the arrow is linked to a table, the property returns the related table row.

 See Also