CapeConsumesThermoAttribute Class

Provides information regarding whether the object consumes Thermodynamics during registration of a CAPE-OPEN object.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class CapeConsumesThermoAttribute : Attribute
Inheritance
Object    Attribute    CapeConsumesThermoAttribute

Remarks

This attribute is used during the registration of a CAPE-OPEN object with the COM registry to add the Consumes_Thermo_CATID to the object's registration key.

Constructors

CapeConsumesThermoAttributeInitializes a new instance of the CapeConsumesThermoAttribute class.

Properties

ConsumesThermoGets the the about information.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also