#include “BiAnno.h”
void CALLBACK AnnoObjSetLineType(INT_PTR pAnno,long type)
Description
Sets the line type for the selected A_LINE type object
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
type |
Line type, may take one of the following values A_SIMPLE A_ARROW A_FILLED_ARROW A_DB_ARROW A_DB_FILLED_ARROW |
Return value
None
Programming Notes
None
Code Example
None