Gets the collection of arrows that enter into this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IncomingArrows() As IArrows |
C++
Copy Code
|
|---|
public: |
A collection of Arrow objects.
RemarksReturns 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