3 #ifndef _APIDocumentMetadata_H_
4 #define _APIDocumentMetadata_H_
10 namespace AnyCAD{
namespace API
28 void SetVersion (
double version) ;
33 void SetIdentifier (
const String& strId) ;
38 void SetKeywords (
const String& strKeywords) ;
43 void SetThumbnail (
const CharBuffer& thumbnail) ;
47 #endif //_APIDocumentMetadata_H_
std::string String
Definition: APIString.h:10
std::vector< char > CharBuffer
Definition: APIString.h:14
平台基类
Definition: APIObject.h:17
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33