CapeOpenBaseIsDirty Method

Returns whether the unit operation state has changed since the last save.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.CAPEOPENWrappers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public int IsDirty()

Return Value

Int32
Non-zero if the state is dirty (unsaved changes exist); zero otherwise.

Implements

IPersistStreamInitIsDirty

See Also