AnnoObjGetLineWidth

#include “BiAnno.h”

long CALLBACK AnnoObjGetLineWidth(INT_PTR pAnno)

Description

Returns the line width of the selected object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Line width of the selected object or ANNO_UNDEF if the object does not hold such information.

Programming Notes

None

Code Example

None