SkinOnBeginLoadPlugIn Method |
Is called when a specific plug-in is going to be loaded.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void OnBeginLoadPlugIn(
string description
)
Protected Overridable Sub OnBeginLoadPlugIn (
description As String
)
Parameters
- description
- Type: SystemString
The plug-in description.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also