IUnit Operation Begin Calculation Event Args Interface
Event fired at the start of a unit operation was calculation.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComVisibleAttribute(true)]
[GuidAttribute("3E827FD8-5BDB-41E4-81D9-AC438BC9B957")]
public interface IUnitOperationBeginCalculationEventArgsVB
<ComVisibleAttribute(true)>
<GuidAttribute("3E827FD8-5BDB-41E4-81D9-AC438BC9B957")>
Public Interface IUnitOperationBeginCalculationEventArgsRemarks
Provides information about the start of the calculation of the unit operation.
Properties
| Message | The message reulting from the start of the unit operation calculation. |
| UnitOperationName | The name of the unit operation being calculated. |