Search
Arrow.Origin Property
See Also
 



Gets or sets the origin node of an arrow.

 Syntax

VB6  Copy Code

Public Property Get Origin() As Object
Public Property Let Origin( _
    ByVal value As Object _
)

C++  Copy Code

public:
IDispatch* get_Origin ()
void put_Origin (
    IDispatch* value
)

 Property Value

A reference to a Box or Table instance.

 Remarks

Arrow's origin can be changed programmatically using this property. If any of the connected nodes has an AnchorPattern defined, arrows ends are placed at the nearest anchor points of the two nodes. If AutoRoute is enabled, the arrow is routed when changing its origin or destination.

 See Also