ICapeThermoSystem Interface

Interface that provides access to property packages supported by a Thermodynamics Package.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0995-7d66-11d2-a67d-00105a42887f")]
public interface ICapeThermoSystem

Remarks

This interface is used to access the various substiuent Property Packages provided by a thermodynamic system.

In the class library, the CapeThermoSystem class provides a list of all classes Property Packages registered with COM and all .Net-based property packages that are contained in the Global Assembly Cache.

Methods

GetPropertyPackages Get the list of available property packages
ResolvePropertyPackage Resolve a particular property package

See Also