WRAPPER_API const BmgChar* get_FolderName() const
Description
Retrieves the folder name.
Example
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");
}
Comments
0 comments
Please sign in to leave a comment.