WRAPPER_API bool get_Hidden() const
Description
Retrieve whether this object is hidden (note that it could also be hidden if it is inside a hidden folder).
Example
void DisplayFolder_Hidden(GEOCALCPBW_NAMESPACE::DisplayObject* thisObject)
{
bool hidden = thisObject->get_Hidden();
hidden = true;
thisObject->set_Hidden(hidden);
}
Comments
0 comments
Please sign in to leave a comment.