AnnoObjSetLineWidth

#include “BiAnno.h”

void CALLBACK AnnoObjSetLineWidth(INT_PTR pAnno,long w)

Description

Sets the line width for the selected object. Objects of A_WOUT, A_NOTE, A_STAMP and A_HIGHLIGHT do not have a line width.

Parameters

INT_PTR

pAnno

Annotation handle

long

w

Line width, may be any positive value

Return value

None

Programming Notes

None

Code Example

None