RenderContent.MatchData Method

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
)
Public Overridable Function MatchData ( 
	oldContent As RenderContent
) As RenderContentMatchDataResult

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