SetAutoUpdate
Set the status of the recalculate to be enable or disable.
void SetAutoUpdate(BOOL bOn = TRUE);
//After run the function below, do some analysis operation, can see the recalculate button is gray. void OperationManager_SetAutoUpdate_Ex1() { OperationManager opManager; opManager = Project.Operations; bool bRet; opManager.SetAutoUpdate(FALSE); }
origin.h
OperationManager::IsAutoUpdate