RhinoCommon API
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
public static Type[] RegisterContent( PlugIn plugin )
Public Shared Function RegisterContent ( plugin As PlugIn ) As Type()
Parameters
- plugin
- Type: Rhino.PlugInsPlugIn
[Missing <param name="plugin"/> documentation for "M:Rhino.Render.RenderContent.RegisterContent(Rhino.PlugIns.PlugIn)"]
Return Value
Type: Typearray of render content types registered on success. null on error.