Skin.OnBeginLoadPlugIn Method

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
)
Protected Overridable Sub OnBeginLoadPlugIn ( 
	description As String
)

Parameters

description
Type: SystemString
The plug-in description.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also