#include “BiAnno.h”
long CALLBACK AnnoObjGetLineType(INT_PTR pAnno)
Description
Returns the line type for the selected object
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
Line type of the selected object or ANNO_UNDEF if the object does not hold such information.
Programming Notes
None
Code Example
None