Click or drag to resize

RenderContentRegisterContent Method (PlugIn)

Call RegisterContent in your plug-in's OnLoad function in order to register all of the custom RenderContent classes in your assembly.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public static Type[] RegisterContent(
	PlugIn plugin
)

Parameters

plugin
Type: Rhino.PlugInsPlugIn

[Missing <param name="plugin"/> documentation for "M:Rhino.Render.RenderContent.RegisterContent(Rhino.PlugIns.PlugIn)"]

Return Value

Type: Type
array of render content types registered on success. null on error.
See Also