#include “BiAnno.h”
void CALLBACK AnnoObjSetMetaFile(INT_PTR pAnno, char* pFileName)
Description
Sets the metafile file for the selected A_META object
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
char * |
pFileName |
The name of an Enhanced Metafile(EMF) |
Return value
None
Programming Notes
None
Code Example
None