AnnoUISetLineType

#include “BiAnno.h”

BOOL CALLBACK AnnoUISetLineType( INT_PTR pAnno, long lNewType );

Description

Sets the line type (arrow, filled arrow, etc.). It is applied to the selected objects, if there are any.

Parameters

INT_PTR

pAnno

Annotation handle

long

lNewType

New line type

Return value

TRUE if repaint is necessary.

Programming Notes

None

Code Example

None