WRAPPER_API void set_FolderID(long folderID)
Sets the identification for the folder (this must be unique within the view).
void DisplayFolder_FolderID(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)
{
long folderID = thisFolder->get_FolderID();
folderID = 100
thisFolder->set_FolderID(folderID);
}