Search
Box.IncomingArrows Property
See Also
 



Gets the collection of arrows that enter into this box.

 Syntax

VB6  Copy Code

Public Property Get IncomingArrows() As IArrows

C++  Copy Code

public:
IArrows* get_IncomingArrows ()

 Property Value

A collection of Arrow objects.

 Remarks

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

 See Also