| SoConsole Constructor (Control, String) | 
Calls SoConsole(parent, name, true).
 
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoConsole(
	Control parent,
	string name
)
Public Sub New ( 
	parent As Control,
	name As String
)
public:
SoConsole(
	Control^ parent, 
	String^ name
)
new : 
        parent : Control * 
        name : string -> SoConsoleParameters
- parent
 - Type: System.Windows.FormsControl
 - name
 - Type: SystemString
 
Remarks
See Also