MaterialObjectWrapperRemoveResults 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)
public void RemoveResults(
	Object props
)

Parameters

props  Object
Properties to be removed. emptyObject to remove all properties.

Remarks

Remove all or specified property results in the Material Object.

See Also