OperatorCollection.ResumeUpdate

ResumeUpdate(bool)

Resumes document update. Updates contents stream in case there are any pending changes. Marks all operators as “changed” if invalidate parameter is true.

public void ResumeUpdate(bool updateAll)
ParameterTypeDescription
updateAllBooleanIf true, all operators in the collection marked as updated.

See Also


ResumeUpdate()

Resumes document update. Updates contents stream in case there are any pending changes.

public override void ResumeUpdate()

See Also