AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::DocumentMetadata类 参考

The document metadata. 更多...

#include <APIDocumentMetadata.h>

类 AnyCAD::API::DocumentMetadata 继承关系图:
AnyCAD::API::Object

Public 成员函数

void SetVersion (double version)
 
void SetIdentifier (const String &strId)
 
void SetKeywords (const String &strKeywords)
 
void SetThumbnail (const CharBuffer &thumbnail)
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

The document metadata.

TODO:

成员函数说明

void AnyCAD::API::DocumentMetadata::SetIdentifier ( const String strId)

Set Identifier.

返回
the document Identifier.
void AnyCAD::API::DocumentMetadata::SetKeywords ( const String strKeywords)

Set Keywords.

返回
the document Keywords.
void AnyCAD::API::DocumentMetadata::SetThumbnail ( const CharBuffer thumbnail)

Set Thumbnail.

返回
the document Thumbnail.
void AnyCAD::API::DocumentMetadata::SetVersion ( double  version)

Set version.

返回
the document version.

该类的文档由以下文件生成: