Search
Box.OutgoingArrows Property
See Also
 



Gets a collection of arrows that go out from this box.

 Syntax

VB6  Copy Code

Public Property Get OutgoingArrows() As IArrows

C++  Copy Code

public:
IArrows* get_OutgoingArrows ()

 Property Value

A collection of Arrow objects.

 Remarks

Returns a collection of all arrows that relate this box to other nodes. OutgoingArrows allows enumerating each outgoing arrow and accessing its properties and methods. If there are not arrows going out of the box, the collection Count property is zero.

 See Also