SoConsolePrintMessage Method |
Sends a message to the console.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void PrintMessage(
string str
)
Public Sub PrintMessage (
str As String
)
public:
void PrintMessage(
String^ str
)
member PrintMessage :
str : string -> unit
Parameters
- str
- Type: SystemString
Remarks
See Also