Search
Arrow.OriginBox Property
See Also
 



Gets the box an arrow is coming out from.

 Syntax

VB6  Copy Code

Public Property Get OriginBox() As Box

C++  Copy Code

public:
Box* get_OriginBox ()

 Property Value

A reference to a Box instance.

 Remarks

Reference 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