#include “BiAnno.h”
void CALLBACK AnnoObjSetEditMode(INT_PTR pAnno, int mode)
Description
Sets the editing mode for the selected A_NOTE object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
int |
mode |
Editing mode, may be set to ANNO_INS or ANNO_OVR |
Return value
None
Programming Notes
None
Code Example
None