CapeThermoSystem Constructor

Creates an instance of the CapeThermoSystem class with the name and description provided.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeThermoSystem(
	string name,
	string description
)

Parameters

name  String
The name of the PMC.
description  String
The description of the PMC.

Remarks

You can use this constructor to specify a specific the name and description of the thermo system.

See Also