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

The context to create annotation. 更多...

#include <APIAnnotationDriverContext.h>

Public 成员函数

ElementId GetAnnotationId () const
 
ElementId GetTargetId () const
 
String GetDocumentId () const
 
Element FindElement (const ElementId &id) const
 
ParameterValueSet GetParameters () const
 

详细描述

The context to create annotation.

TODO:

成员函数说明

Element AnyCAD::API::AnnotationDriverContext::FindElement ( const ElementId id) const

Find element by id.

参数
idthe element id.
返回
the Element.
ElementId AnyCAD::API::AnnotationDriverContext::GetAnnotationId ( ) const

Get the annotation element id.

返回
the id.
String AnyCAD::API::AnnotationDriverContext::GetDocumentId ( ) const

Get the document id.

返回
the id.
ParameterValueSet AnyCAD::API::AnnotationDriverContext::GetParameters ( ) const

Get the parameters of the annotation element.

返回
the parameters.
ElementId AnyCAD::API::AnnotationDriverContext::GetTargetId ( ) const

Get the target id of the annotation element.

返回
the id.

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