ICapeThermoMaterialContext Interface

This interface should be implemented by all Thermodynamic and Physical Properties components that need an ICapeThermoMaterial interface in order to set and get a Material’s property values.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678C0A9C-7D66-11D2-A67D-00105A42887F")]
[ComVisibleAttribute(false)]
public interface ICapeThermoMaterialContext

Methods

SetMaterialAllows the client of a component that implements this interface to pass an ICapeThermoMaterial interface to the component, so that it can access the properties of a Material.
UnsetMaterialRemoves any previously set Material interface.

See Also