BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
IApplication
addTemplateDocument
closeAllDocuments
closeDocument
deleteDocumentById
deleteTemplateDocumentById
get
getActiveDocument
getAllIDocument
getDocument
getDocumentById
getExecutableName
getHelpDir
getHomePath
getIDocMap
getIDocumentName
getLibraryDir
getResourceDir
getTempFileName
getTempPath
getUniqueObjectId
getUserAppDataDir
getUserCachePath
getUserConfigPath
getUserMacroDir
isClosingAll
isRestoring
newIDocument
openDocument
setActiveDocument
setActiveIDocument
~IApplication
◆
closeDocument()
virtual bool closeDocument
(
const char *
name
)
pure virtual
关闭指定名称的文档,并且从DocMap中移除
关闭指定名称的文档,并且从DocMap中移除
参数
[name]
要关闭的文档的名称
返回
返回:true表示关闭成功,返回:false表示关闭失败。