Click or drag to resize

RenderContentSerializerReportContentAndFile Method

This is called from your implementation of LoadMultiple() to add a content and the file it was loaded from when the LoadMultipleFlags.Preload flag is NOT set. See LoadMultiple() for an explanation of this method's use.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public virtual void ReportContentAndFile(
	RenderContent renderContent,
	string pathToFile,
	int flags
)

Parameters

renderContent
Type: Rhino.RenderRenderContent
Render content that was loaded from the file.
pathToFile
Type: SystemString
Full path of the file that the render content was loaded from.
flags
Type: SystemInt32
Flags for future use; should be passed as zero.
See Also