SetObjectHidden Method

WRAPPER_API bool SetObjectHidden(const DisplayObject& child, bool hidden)

 

Description

Sets the specified object to be hidden in the view.
 

Example

void DataView_SetObjectHidden(GEOCALCPBW_NAMESPACE::DataView & dataView)

{

if (dataView.get_IsLoaded())

{

const DisplayFolder* thisFolder = m_DataView->GetFolder(folderID);

if (thisFolder)

{

thisFolder->

}

}

}