WRAPPER_API bool get_Hidden() const
Description
Retrieves a boolean indicating whether the folder is hidden.
Example
void DisplayFolder_Hidden(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)
{
bool hidden = thisFolder->get_Hidden();
hidden = true;
thisFolder->set_Hidden(hidden);
}
Comments
0 comments
Please sign in to leave a comment.