[Connect C#] element.ReplaceInModel does not work in update 9

Hi experts:

I use the following code to modify the cellheadelement's cellname property. it works well in update8 but give a crash in update 9, the statueInt is 32768. any changes or my code's issue, Please help me.

(element as CellHeaderElement).CellName = CellName;
StatusInt statusInt= element.ReplaceInModel(element);

Parents Reply Children
No Data