[Connect C++] Deleting an ACS

In my model, I have several defined ACS's that I am unable to delete. When I pick one, the "delete" option does not enable. When I try to delete one via code:

StatusInt  iStatus = IACSManager::GetManager().Delete(WString(L"Old Military Grid Coordinates").c_str(), ACTIVEMODEL);
wprintf(L"IACSManager::GetManager().Delete(), iStatus=%d\n",iStatus);

I get a return status of -110 (writeinhibet)

why is it that these ACS definitions cannot be removed? What is holding them?

Bruce

Parents Reply Children
No Data