Click or drag to resize

RenderContentMatchData Method

Implement to transfer data from another content to this content during creation.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual RenderContentMatchDataResult MatchData(
	RenderContent oldContent
)

Parameters

oldContent
Type: Rhino.RenderRenderContent
An old content object from which the implementation may harvest data.

Return Value

Type: RenderContentMatchDataResult
Information about how much data was matched.
See Also