SoWinGetErrorConsole Method |
Returns the VSG error console.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoConsole GetErrorConsole()
Public Shared Function GetErrorConsole As SoConsole
public:
static SoConsole^ GetErrorConsole()
static member GetErrorConsole : unit -> SoConsole
Return Value
Type:
SoConsole
RemarksAn application can use the VSG error console to display its own text messages. See SoConsole for details.
See Also