AnnoObjGetBorder

#include “BiAnno.h”

long CALLBACK AnnoObjGetBorder(INT_PTR pAnno)

Description

Returns the object border visibility for the selected A_NOTE, A_HIGHLIGHT or A_WOUT object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

The border visibility or ANNO_UNDEF, if no object is selected. Possible values are:

TRUE = the border is visible (black),

FALSE = the border is not visible (same color as the object).

Programming Notes

None

Code Example

None