RhinoCore Constructor (String) |
Initializes a new instance of the
RhinoCore class.
Namespace:
Rhino.Runtime.InProcess
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic RhinoCore(
string[] args
)
Public Sub New (
args As String()
)
Parameters
- args
- Type: SystemString
Rhino command line parameters
RemarksFor args documentation see "https://developer.rhino3d.com/guides/cpp/running-rhino-from-command-line/"
See Also