WRAPPER_API long get_ParentID() const
Retrieves the id number of the parent folder.
void DisplayFolder_ParentID(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)
{
long parentID = thisFolder->get_ParentID();
parentID = 1;
thisFolder->set_ParentID(parentID);
}