Unit Operation Begin Calculation Event Args Class
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#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("763691E8-D792-4B97-A12A-D4AD7F66B5E4")]
public class UnitOperationBeginCalculationEventArgs : EventArgs,
IUnitOperationBeginCalculationEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(true)>
<GuidAttribute("763691E8-D792-4B97-A12A-D4AD7F66B5E4")>
Public Class UnitOperationBeginCalculationEventArgs
Inherits EventArgs
Implements IUnitOperationBeginCalculationEventArgs- Implements
- IUnitOperationBeginCalculationEventArgs
Remarks
Provides information about the start of the calculation of the unit operation.
Constructors
| UnitOperationBeginCalculationEventArgs | Creates an instance of the UnitOperationBeginCalculationEventArgs class for the unit operation . |
Properties
| Message | The message from the unit operation regarding the start of the calculation process. |
| UnitOperationName | The name of the unit operation being calculated. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |