Search
FlowChart.FindArrow Method
See Also
 



Finds an arrow whose Tag matches the specified value.

 Syntax

VB6  Copy Code

Public Function FindArrow( _
    ByVal nTag As Long _
) As Arrow

C++  Copy Code

public:
Arrow* FindArrow (
    int nTag
)

 Parameters

nTag
The tag of the searched arrow.

 Return Value

A reference to an Arrow object, which is the first arrow found with the requested tag, or null reference (Nothing in Visual Basic) if none is found.

 See Also