AnnoUISetNewObject

#include “BiAnno.h”

void CALLBACK AnnoUISetNewObject( INT_PTR pAnno, long lNewObj );

Description

Sets up a new object for the UI handler.

Parameters

INT_PTR

pAnno

Annotation handle

long

lNewObj

New annotation object

Return value

None

Programming Notes

For A_SHAPE objects the default shape type is T_SHAPE_ARROW_RIGHT. This can be changed with AnnoUISetShapeType.

Code Example

None