RhinoCommon API
RhinoCore Constructor (String, WindowStyle, IntPtr) |
Initializes a new instance of the RhinoCore class.
Namespace: Rhino.Runtime.InProcess
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public RhinoCore( string[] args, WindowStyle windowStyle, IntPtr hostWnd )
Public Sub New ( args As String(), windowStyle As WindowStyle, hostWnd As IntPtr )
Parameters
- args
- Type: SystemString
Rhino command line parameters - windowStyle
- Type: Rhino.Runtime.InProcessWindowStyle
Rhino main window initial style - hostWnd
- Type: SystemIntPtr
Host main window OS native handle

For args documentation see "https://developer.rhino3d.com/guides/cpp/running-rhino-from-command-line/"
