Search
Arrow.OrgnIndex Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get OrgnIndex() As Long

C++  Copy Code

public:
int get_OrgnIndex ()

 Property Value

A long value.

 Remarks

If an arrow's origin is 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 origin node, the property returns -1. If the arrow is linked to a table, the property returns the related table row.

 See Also