BIMHome v1.0.0
BIMHome接口文档说明

◆ redirectSubName()

virtual bool redirectSubName ( std::ostringstream &  ss,
IDocumentObject topParent,
IDocumentObject child 
) const
pure virtual

重定向子对象的子名称,并将重定向后的名称写入给定的 std::ostringstream 对象中

重定向子对象的子名称,并将重定向后的名称写入给定的 std::ostringstream 对象中

参数
[out]ss引用类型的 std::ostringstream 对象,用于接收重定向后的子名称
[in]topParent指向父对象的接口类型的指针
[in]child指向子对象的接口类型的指针
返回
如果有子元素,则返回 true;否则,返回 false