AnnoObjGetColor

#include “BiAnno.h”

long CALLBACK AnnoObjGetColor(INT_PTR pAnno)

Description

Returns the color of the selected object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Color of the object or ANNO_UNDEF if the object has no color information.

Programming Notes

None

Code Example

None