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

The ShapeDriver manager. 更多...

#include <APIAnnotationDriverManager.h>

Public 成员函数

bool AddDriver (const AnnotationDriver &shapeDriver)
 
AnnotationDriver FindDriver (const String &id) const
 
void RemoveDriver (const String &id)
 

详细描述

The ShapeDriver manager.

TODO:

成员函数说明

bool AnyCAD::API::AnnotationDriverManager::AddDriver ( const AnnotationDriver shapeDriver)

Adds a driver.

参数
shapeDriverThe shape driver.
返回
true if it succeeds, false if it fails.
AnnotationDriver AnyCAD::API::AnnotationDriverManager::FindDriver ( const String id) const

Searches for the first driver.

参数
idThe identifier.
返回
The found driver.
void AnyCAD::API::AnnotationDriverManager::RemoveDriver ( const String id)

Removes the driver described by ID.

参数
idThe identifier.

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