Method SetUpToDateState
SetUpToDateState(ElementId, bool)
Changes the state of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
bool SetUpToDateState(ElementId inElementId, bool inState)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to modify. |
| bool | inState | True if the operation will be up to date, otherwise false. |
Returns
| Type | Description |
|---|---|
| bool | Returns the old value of the flag. |