Return Value
A value that indicates which part of the annotation object was found at the specified point. The following are possible values:
Value |
Meaning |
ANN_HIT_NONE |
[0] No part of the annotation object was found at the specified point. |
ANN_HIT_BODY |
[1] The annotation body was found at the specified point. |
ANN_HIT_HANDLE |
[2] The annotation handle was found at the specified point. |
ANN_HIT_NAME |
[3] The annotation name was found at the specified point. |