AnnoGetCurrentLayer

#include “BiAnno.h”

long CALLBACK AnnoGetCurrentLayer( INT_PTR pAnno )

Description

Returns the active layer. The layer numbering is 0-based and the default layer is 0 (zero).

Parameters

INT_PTR

pAnno

Annotation handle

Return value

layer number of the active layer

Programming Notes

See AnnoSelectLayer for more information.

Code Example

None