ICapeReactionProperties 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)
[ComImportAttribute]
[GuidAttribute("678c0afa-0100-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeReactionProperties

Remarks

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.

See Also