Click or drag to resize

UtilitiesSetDefaultRenderPlugIn Method

Set default render application

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.3
Syntax
public static bool SetDefaultRenderPlugIn(
	Guid pluginId
)

Parameters

pluginId
Type: SystemGuid
ID of render plug-in

Return Value

Type: Boolean
True if plug-in found and loaded successfully. False if pluginId is invalid or was unable to load plug-in
See Also