Click or drag to resize

SkinOnBeginLoadPlugIn Method

Is called when a specific plug-in is going to be loaded.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnBeginLoadPlugIn(
	string description
)

Parameters

description
Type: SystemString
The plug-in description.
See Also