WRAPPER_API bool SetObjectHidden(const DisplayObject& child, bool hidden)
Sets the specified object to be hidden in the view.
void DataView_SetObjectHidden(GEOCALCPBW_NAMESPACE::DataView & dataView)
{
if (dataView.get_IsLoaded())
{
const DisplayFolder* thisFolder = m_DataView->GetFolder(folderID);
if (thisFolder)
{
thisFolder->
}
}
}