| SoConsole Constructor (Control, String, Boolean) | 
 
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,
	bool buildInsideParent
)
Public Sub New ( 
	parent As Control,
	name As String,
	buildInsideParent As Boolean
)
public:
SoConsole(
	Control^ parent, 
	String^ name, 
	bool buildInsideParent
)
new : 
        parent : Control * 
        name : string * 
        buildInsideParent : bool -> SoConsoleParameters
- parent
 - Type: System.Windows.FormsControl
 - name
 - Type: SystemString
 - buildInsideParent
 - Type: SystemBoolean
 
Remarks
See Also