ICapeThermoMaterialObjectRemoveResults Method

Remove any previously calculated results for given properties

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(13)]
void RemoveResults(
	Object props
)

Parameters

props  Object
Properties to be removed. emptyObject to remove all properties. A System.Object containing a String array marshalled from a COM Object.

Remarks

Remove all or specified property results in the Material Object.

See Also