Finds an arrow whose Tag matches the specified value.
SyntaxVB6
Copy Code
|
|---|
Public Function FindArrow( _ |
C++
Copy Code
|
|---|
public: |
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