Gets the arrow placed at a certain location in the diagram.
SyntaxVB6
Copy Code
|
|---|
Public Function GetArrowAt( _ |
C++
Copy Code
|
|---|
public: |
The Arrow object found; null (Nothing in Visual Basic) if no arrow is found at the specified location.
RemarksCall the method to get the arrow at a certain place in the document. The method searches starting from the top of Z-order and returns the first arrow found. The specified point might not be laying exactly on the arrow, but within a certain range from it.
See Also