WRAPPER_API const BmgChar* get_FolderName() const
Retrieves the folder name.
void DisplayFolder_folderName(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)
{
const BmgChar* folderName = thisFolder->get_FolderName();
folderName = L"Test Folder Name";
thisFolder->set_FolderName(L"Test Folder Name");
}