AnnoObjGetObjType

#include “BiAnno.h”

long CALLBACK AnnoObjGetObjType(INT_PTR pAnno)

Description

Returns the type of the selected object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Type of the object or ANNO_UNDEF if no object is selected.

Programming Notes

None

Code Example

None