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

The ElementSchema manager. 更多...

#include <APIElementSchemaManager.h>

Public 成员函数

bool AddSchema (const ElementSchema &schema)
 
ElementSchema FindSchema (const String &id) const
 
void RemoveSchema (const String &id)
 

详细描述

The ElementSchema manager.

TODO:

成员函数说明

bool AnyCAD::API::ElementSchemaManager::AddSchema ( const ElementSchema schema)

Adds an element schema.

参数
schemaThe element schema.
返回
false if it already exists.
ElementSchema AnyCAD::API::ElementSchemaManager::FindSchema ( const String id) const

Searches for the schema.

参数
idThe identifier.
返回
The found schema.
void AnyCAD::API::ElementSchemaManager::RemoveSchema ( const String id)

Removes the schema described by ID.

参数
idThe identifier.

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