BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Gui
IGuiApplication
activateWorkbench
activeIView
activeViewFit
copyIDocument
copyPartForProduct
deleteIDocument
editDocument
exportTo
get
getActiveDocument
getActiveWorkbench
getDocumentById
getIDocument
getIDocument
getIViewProvider
importFrom
insertIDocument
isClosing
newDocument
openDocument
openDocument
openFile
saveAll
setActiveIDocument
setEditIDocument
setupContextIMenu
◆
getDocumentById()
virtual
Gui::IDocument
* getDocumentById
(
const char *
strId
)
pure virtual
根据Id返回Document指针,没有找到返回nullptr
根据Id返回Document指针,没有找到返回nullptr
参数
[strId]
要查找的文档 ID
返回
若找到则返回Document指针,没有找到返回nullptr