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)
Since: 5.0
Syntaxpublic static void InitializeRhinoCommon()
Public Shared Sub InitializeRhinoCommon
RemarksSubsequent calls to this method will be ignored.
See Also