Gets the index of arrow's origin anchor point or table row.
SyntaxVB6
Copy Code
|
|---|
Public Property Get OrgnIndex() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksIf 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