BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
DocumentObjectObserverDelegate
addDynamicProperty
anyToBool
anyToDouble
anyToString
delegateName
documentObjectCreating
documentObjectExecute
documentObjectIsBeingDestructed
DocumentObjectObserverDelegate
documentObjectOnChange
getDocumentObject
getDynamicPoperty
getViewProviderDelegateName
getViewProviderName
hasDynamicPropertyByGivingName
m_pDocObj
setDocumentObject
~DocumentObjectObserverDelegate
◆
anyToString()
std::string anyToString
(
const boost::any &
value
)
将 any 类型转换为 string
将 boost::any 类型的值转换为 std::string 类型。
参数
[in]
value
要转换的值
返回
转换后的 std::string 值