IsBeingEdited - Boolean signaling if data or model is being edited
Syntax
OK = D.IsBeingEdited
Description
This is a property of mbcmodel.data and mbcmodel.model.
This Boolean property indicates that the data or model is currently
being edited.
For data, it also indicates that previously there was a successful
call to BeginEdit and hence that whatever changes
have been applied can be undone by calling RollbackEdit.
It does not indicate that a call to CommitEdit will
necessarily succeed. See CommitEdit for an example
of this case.
Examples
OK = D.IsBeingEdited;
OK = knot.IsBeingEdited;
See Also
BeginEdit, IsEditable, CommitEdit, RollbackEdit
 | IsAlternative | | IsEditable |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit