ICape Thermo Material Context 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[GuidAttribute("678C0A9C-7D66-11D2-A67D-00105A42887F")]
[ComVisibleAttribute(false)]
public interface ICapeThermoMaterialContextVB
<ComImportAttribute>
<GuidAttribute("678C0A9C-7D66-11D2-A67D-00105A42887F")>
<ComVisibleAttribute(false)>
Public Interface ICapeThermoMaterialContextMethods
| SetMaterial | Allows 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. |
| UnsetMaterial | Removes any previously set Material interface. |