HostUtilsInitializeRhinoCommon Method |
Makes sure all static RhinoCommon components is set up correctly.
This happens automatically when a plug-in is loaded, so you probably won't
have to call this method.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static void InitializeRhinoCommon()
Public Shared Sub InitializeRhinoCommon
RemarksSubsequent calls to this method will be ignored.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also