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

The ElementSchema manager. 更多...

#include <APIPropertySchemaManager.h>

Public 成员函数

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

详细描述

The ElementSchema manager.

TODO:

成员函数说明

bool AnyCAD::API::PropertySchemaManager::AddSchema ( const PropertySchema schema)

Adds an element schema.

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

Searches for the schema.

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

Removes the schema described by ID.

参数
idThe identifier.

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