CapeConsumesThermoAttribute 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)
public CapeConsumesThermoAttribute(
	bool consumes
)

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.

See Also