Cape Consumes Thermo Attribute Constructor
Initializes a new instance of the CapeConsumesThermoAttribute class.
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#
public CapeConsumesThermoAttribute(
bool consumes
)VB
Public Sub New (
consumes As Boolean
)Parameters
- consumes Boolean
- The CAPE-OPEN component consumes thermodynamics.
Remarks
This attribute is used to indicate whether the object consumes thermodynamic
models. It is also used by the COM registration function to place the appropriate CATID
value in the system registry.