ICape Reaction Properties Interface
Provides access to the properties of a particular reaction.
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#
[ComImportAttribute]
[GuidAttribute("678c0afa-0100-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeReactionPropertiesVB
<ComImportAttribute>
<GuidAttribute("678c0afa-0100-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ICapeReactionPropertiesRemarks
Similar in scope to ICapeThermoMaterialObject. A component or a PME that needs to
provide access to the properties of a particular reaction will implement this interface.
Methods
| GetReactionProp | Gets the value of the specified reaction property within a reactions object. |
| SetReactionProp | Sets the values of the specified reaction property within a reactions object. |