Gets the box an arrow is coming out from.
SyntaxVB6
Copy Code
|
|---|
Public Property Get OriginBox() As Box |
C++
Copy Code
|
|---|
public: |
A reference to a Box instance.
RemarksReference to the box from which the arrow comes out; null reference (Nothing in Visual Basic) if the origin node is a table or if the arrow origin is not connected to a node.
See Also